Browse Source

Fix build with older gcc

gh-pages
falkTX 10 years ago
parent
commit
c8a638564a
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      dgl/ntk/NtkApp.hpp

+ 10
- 0
dgl/ntk/NtkApp.hpp View File

@@ -19,12 +19,22 @@


#include "../Base.hpp" #include "../Base.hpp"


#ifdef override
# define override_defined
# undef override
#endif

#include <list> #include <list>
#include <FL/Fl.H> #include <FL/Fl.H>
#include <FL/Fl_Double_Window.H> #include <FL/Fl_Double_Window.H>
#include <FL/Fl_Shared_Image.H> #include <FL/Fl_Shared_Image.H>
#include <FL/x.H> #include <FL/x.H>


#ifdef override_defined
# define override
# undef override_defined
#endif

START_NAMESPACE_DGL START_NAMESPACE_DGL


class NtkWindow; class NtkWindow;


Loading…
Cancel
Save