Merge pull request #66 from bitshares/jmj_stacktrace

Add missing header
This commit is contained in:
John M. Jones 2018-07-25 05:20:33 -05:00 committed by GitHub
commit 7080cf44ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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