diff --git a/src/stacktrace.cpp b/src/stacktrace.cpp index 2504bb1..0e00044 100644 --- a/src/stacktrace.cpp +++ b/src/stacktrace.cpp @@ -2,6 +2,7 @@ // A stacktrace handler for bitshares // #include +#include // only include stacktrace stuff if boost >= 1.65 #if BOOST_VERSION / 100000 >= 1 && ((BOOST_VERSION / 100) % 1000) >= 65