From 504bf961a622328b287561e6c303bfc24db6203a Mon Sep 17 00:00:00 2001 From: niXman Date: Sat, 31 Jan 2015 01:36:39 +0200 Subject: [PATCH] fix for previous commit --- examples/CMakeLists.txt | 2 +- include/sqlpp11/ppgen.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index e2642b87..1746d99e 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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}) diff --git a/include/sqlpp11/ppgen.h b/include/sqlpp11/ppgen.h index 2b553e45..50141bc1 100644 --- a/include/sqlpp11/ppgen.h +++ b/include/sqlpp11/ppgen.h @@ -72,7 +72,6 @@ #include #include #include -#include #include /***************************************************************************/