Updates from BitShares FC #22
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <boost/version.hpp>
|
||||
|
||||
// only include stacktrace stuff if boost >= 1.65
|
||||
#if BOOST_VERSION / 100000 >= 1 && ((BOOST_VERSION / 100) % 1000) >= 65
|
||||
#if BOOST_VERSION / 100000 >= 1 && ((BOOST_VERSION / 100) % 1000) >= 65 && !defined(__APPLE__)
|
||||
#include <signal.h>
|
||||
#include <fc/log/logger.hpp>
|
||||
#include <boost/stacktrace.hpp>
|
||||
|
|
|
|||
Loading…
Reference in a new issue