fix for previous commit

This commit is contained in:
niXman
2015-01-31 01:36:39 +02:00
parent 2b7d1ad54a
commit 504bf961a6
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ build(insert)
build(update)
build(remove)
build(select)
find_package(Boost 1.56)
find_package(Boost 1.54)
if(Boost_FOUND)
MESSAGE(${Boost_INCLUDE_DIRS})
include_directories(${Boost_INCLUDE_DIRS})

View File

@@ -72,7 +72,6 @@
#include <boost/preprocessor/stringize.hpp>
#include <boost/preprocessor/tuple/elem.hpp>
#include <boost/preprocessor/tuple/size.hpp>
#include <boost/preprocessor/tuple/pop_front.hpp>
#include <boost/preprocessor/tuple/to_seq.hpp>
/***************************************************************************/