Merge pull request #66 from bitshares/jmj_stacktrace
Add missing header
This commit is contained in:
commit
7080cf44ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue