From 5ff49ce95364850d26425aef027ca86b890c5f90 Mon Sep 17 00:00:00 2001 From: Laurent Van Migroet <l.vanmiegroet@ulg.ac.be> Date: Wed, 20 Jan 2010 13:13:35 +0000 Subject: [PATCH] #ifdef HAVE_FLTK for including menuWindow when compiling as a lib --- Common/OpenFile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index 48cbf27ede..0738122d9d 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -18,8 +18,9 @@ #include "StringUtils.h" #include "GeomMeshMatcher.h" #include "LuaBindings.h" +#if defined(HAVE_FLTK) #include "menuWindow.h" - +#endif #if defined(HAVE_PARSER) #include "Parser.h" #endif -- GitLab