Go to the documentation of this file. 1 #ifndef INCLUDED_PCH_BOOST
2 #define INCLUDED_PCH_BOOST
6 #if MSC_VERSION >= 1600
7 # define BOOST_HAS_STDINT_H
14 #ifndef LIB_STATIC_LINK
15 # define BOOST_ALL_DYN_LINK
21 #include <boost/version.hpp>
22 #if BOOST_VERSION >= 104400
23 # define BOOST_SYSTEM_NO_DEPRECATED
28 #if BOOST_VERSION >= 104400
31 # define BOOST_FILESYSTEM_VERSION 3
33 # define BOOST_FILESYSTEM_VERSION 2
35 #include <boost/filesystem.hpp>
36 namespace fs = boost::filesystem;
38 #include <boost/shared_ptr.hpp>
42 #include <boost/array.hpp>
45 #include <boost/mem_fn.hpp>
48 #include <boost/function.hpp>
49 using boost::function;
51 #include <boost/bind.hpp>
53 #endif // !MINIMAL_PCH
55 #endif // #ifndef INCLUDED_PCH_BOOST