From f464c27aed6315cdf8582ba0bbf4781c6ab4cc8f Mon Sep 17 00:00:00 2001 From: Matt Leotta Date: Wed, 21 Jul 2010 12:19:27 -0400 Subject: [PATCH] BUG: Fixed problems referencing external gl2ps --- gui/CMakeLists.txt | 2 +- gui/gui_utils.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 2879c1b..9aecac4 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -8,11 +8,11 @@ PROJECT(pca_vehicle_wxgui) FIND_PACKAGE(wxWidgets COMPONENTS base core gl xrc) find_package(gl2ps) +include_directories(${GL2PS_INCLUDE_DIR}) IF(wxWidgets_FOUND) INCLUDE( ${wxWidgets_USE_FILE} ) - IF(VXL_VGUI_WX_FOUND) # Example uses the wxWidgets XML resource fi diff --git a/gui/gui_utils.cxx b/gui/gui_utils.cxx index a8db61d..e2b2933 100644 --- a/gui/gui_utils.cxx +++ b/gui/gui_utils.cxx @@ -9,7 +9,7 @@ // \file #include "gui_utils.h" -#include +#include #include #include #include