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

*** empty log message ***

parent 5561b158
No related branches found
No related tags found
No related merge requests found
......@@ -108,5 +108,11 @@ using std::iostream;
#include "BRepAlgoAPI_Cut.hxx"
#endif
// some Windows versions define min/max macros!
#if defined(WIN32)
#undef min
#undef max
#endif
#endif
......@@ -4,11 +4,11 @@
// bugs and problems to <gmsh@geuz.org>.
#include "GModel.h"
#include "MVertex.h"
#include "MElement.h"
#include "OCCVertex.h"
#include "OCCEdge.h"
#include "OCCFace.h"
#include "MVertex.h"
#include "MElement.h"
#if defined(HAVE_OCC)
......
......@@ -7,8 +7,8 @@
#define _OCC_VERTEX_H_
#include "GModel.h"
#include "OCCIncludes.h"
#include "GVertex.h"
#include "OCCIncludes.h"
#if defined(HAVE_OCC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment