diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-21 16:11:05 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-26 13:25:21 +0200 |
commit | 6e5fd003e04b81115b6b164b21f048472d575535 (patch) | |
tree | 7420ebadf22b1b10bebd08ad3294abc7e8a9b565 /src/tinyformat.h | |
parent | b4aa769bcb82519024ee54fc84a37c34420d53b8 (diff) |
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 929cb66e4d..73d49a1fe4 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) |