diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-21 16:11:05 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-26 13:25:21 +0200 |
| commit | 6e5fd003e04b81115b6b164b21f048472d575535 (patch) | |
| tree | 7420ebadf22b1b10bebd08ad3294abc7e8a9b565 /src/tinyformat.h | |
| parent | Move `S_I*` constants and `MSG_NOSIGNAL` to compat.h (diff) | |
| download | discoin-6e5fd003e04b81115b6b164b21f048472d575535.tar.xz discoin-6e5fd003e04b81115b6b164b21f048472d575535.zip | |
Move `*Version()` functions to version.h/cpp
Diffstat (limited to 'src/tinyformat.h')
| -rw-r--r-- | src/tinyformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinyformat.h b/src/tinyformat.h index 929cb66e4..73d49a1fe 100644 --- a/src/tinyformat.h +++ b/src/tinyformat.h @@ -121,6 +121,7 @@ namespace tfm = tinyformat; #include <cassert> #include <iostream> #include <sstream> +#include <stdexcept> #ifndef TINYFORMAT_ERROR # define TINYFORMAT_ERROR(reason) assert(0 && reason) |