forked from lthn/blockchain
Merge remote-tracking branch 'origin/master' into frontend
This commit is contained in:
commit
6b0e0de4ab
2 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,7 @@
|
|||
// Boost 1.69 (Spirit.X2/X3) has dropped their own FP routines in favor of boost::math
|
||||
#elif BOOST_VERSION < 106900
|
||||
#include <boost/spirit/home/support/detail/math/fpclassify.hpp>
|
||||
#include <boost/spirit/home/support/detail/endian/endian.hpp>
|
||||
#else
|
||||
#include <boost/spirit/home/support/detail/endian/endian.hpp>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@
|
|||
// Boost 1.69 (Spirit.X2/X3) has dropped their own FP routines in favor of boost::math
|
||||
#elif BOOST_VERSION < 106900
|
||||
#include <boost/spirit/home/support/detail/math/fpclassify.hpp>
|
||||
#include <boost/spirit/home/support/detail/endian/endian.hpp>
|
||||
#else
|
||||
#include <boost/spirit/home/support/detail/endian/endian.hpp>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue