//------------------------------------------------------------------------------ /* Copyright (c) 2011-2013, OpenCoin, Inc. */ //============================================================================== #ifndef RIPPLE_BOOSTINCLUDES_RIPPLEHEADER #define RIPPLE_BOOSTINCLUDES_RIPPLEHEADER // All Boost includes used throughout Ripple. // // This shows all the dependencies in one place. Please do not add // boost includes anywhere else in the source code. If possible, do // not add any more includes. // // A long term goal is to reduce and hopefully eliminate the usage of boost. // #include #if BOOST_VERSION < 104700 # error Ripple requires Boost version 1.47 or later #endif // This is better than setting it in some Makefile or IDE Project file. // #define BOOST_FILESYSTEM_NO_DEPRECATED #include #include #include #include #include #include #include #include #include #include #include #include #include #include // VFALCO NOTE this looks like junk #include #include #include #include #include #include #include #endif