Add header

This commit is contained in:
jmjatlanta 2018-07-23 19:50:54 -05:00
parent 0604a5e184
commit 2105bc0ee7

View file

@ -2,6 +2,7 @@
// A stacktrace handler for bitshares
//
#include <ostream>
#include <boost/version.hpp>
// only include stacktrace stuff if boost >= 1.65
#if BOOST_VERSION / 100000 >= 1 && ((BOOST_VERSION / 100) % 1000) >= 65