mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-03-10 08:18:26 -05:00
fix for previous commit
This commit is contained in:
@@ -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})
|
||||
|
||||
@@ -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>
|
||||
|
||||
/***************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user