Skip to content
Snippets Groups Projects
Commit 5ff49ce9 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

#ifdef HAVE_FLTK for including menuWindow when compiling as a lib

parent 5d54bf3b
Branches
Tags
No related merge requests found
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
#include "StringUtils.h" #include "StringUtils.h"
#include "GeomMeshMatcher.h" #include "GeomMeshMatcher.h"
#include "LuaBindings.h" #include "LuaBindings.h"
#if defined(HAVE_FLTK)
#include "menuWindow.h" #include "menuWindow.h"
#endif
#if defined(HAVE_PARSER) #if defined(HAVE_PARSER)
#include "Parser.h" #include "Parser.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment