Johannes Obermayr
2016-04-26 19:37:32 +02:00
committed by wmayer
parent 5edeb99828
commit 1e061b5c02
7 changed files with 378 additions and 6 deletions

View File

@@ -4,6 +4,8 @@ else(MSVC)
add_definitions(-DHAVE_LIMITS_H -DHAVE_CONFIG_H)
endif(MSVC)
add_definitions(-DBOOST_${Boost_VERSION})
include_directories(
${CMAKE_SOURCE_DIR}/src
${CMAKE_BINARY_DIR}/src

View File

@@ -32,7 +32,11 @@
#include <boost/mpl/size.hpp>
#include <boost/mpl/for_each.hpp>
#ifndef BOOST_105400
#include <boost/any.hpp>
#else
#include <boost_any_1_55.hpp>
#endif
#include <boost/fusion/include/as_vector.hpp>
#include <boost/preprocessor.hpp>