aboutsummaryrefslogtreecommitdiff
path: root/src/tinyformat.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-21 16:11:05 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-26 13:25:21 +0200
commit6e5fd003e04b81115b6b164b21f048472d575535 (patch)
tree7420ebadf22b1b10bebd08ad3294abc7e8a9b565 /src/tinyformat.h
parentb4aa769bcb82519024ee54fc84a37c34420d53b8 (diff)
downloadbitcoin-6e5fd003e04b81115b6b164b21f048472d575535.tar.xz
Move `*Version()` functions to version.h/cpp
Diffstat (limited to 'src/tinyformat.h')
-rw-r--r--src/tinyformat.h1
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)