forked from lthn/blockchain
Merge pull request #9 from anonimal/eos-update
contrib: EOS portable archive; be kind to older Boost versions
This commit is contained in:
commit
23832cda55
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