Skip to content
Snippets Groups Projects
Commit cdc54828 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 57a3be15
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include <string> #include <string>
#include "GUI.h"
#include "menuWindow.h"
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshMessage.h" #include "GmshMessage.h"
#include "GUI.h"
#include "menuWindow.h"
#include "Draw.h" #include "Draw.h"
#include "Context.h" #include "Context.h"
#include "Options.h" #include "Options.h"
......
...@@ -110,11 +110,9 @@ using std::iostream; ...@@ -110,11 +110,9 @@ using std::iostream;
#include "BRepAlgoAPI_Cut.hxx" #include "BRepAlgoAPI_Cut.hxx"
#endif #endif
// some Windows versions define min/max macros!
#if defined(WIN32) #if defined(WIN32)
#undef min #undef min
#undef max #undef max
#endif #endif
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment