From 32dd51cdd603be576422ed90583e8737d9bb2386 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Mon, 20 Jul 2009 20:18:14 +0100 Subject: [PATCH] Fix some Debian compatability bugs --- CMakeLists.txt | 4 ++-- src/FLTKWindow.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70dbda5..412076e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ find_package (SDL REQUIRED) find_package (SDL_image REQUIRED) find_package (OpenGL REQUIRED) find_package (GLEW REQUIRED) -find_package (Boost REQUIRED COMPONENTS filesystem signals) +find_package (Boost 1.37 REQUIRED COMPONENTS filesystem signals) if (NOT WIN32) include (FindPkgConfig) @@ -99,4 +99,4 @@ set (CPACK_PACKAGE_EXECUTABLES "bin/${PROJECT_NAME}") # Generators to use set (CPACK_GENERATOR "STGZ;TGZ") -include (CPack) \ No newline at end of file +include (CPack) diff --git a/src/FLTKWindow.cpp b/src/FLTKWindow.cpp index 2818ad9..5e8a935 100644 --- a/src/FLTKWindow.cpp +++ b/src/FLTKWindow.cpp @@ -23,8 +23,8 @@ #include #include #include -#include -#include +#include +#include #include // An OpenGL window for the editor -- 2.39.2