Skip to content
Snippets Groups Projects
Commit f54306dd authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Pour MAC glu.h est dans OpenGL

#  ifdef __APPLE__
#    include <OpenGL/glu.h>
#  else
#    include <GL/glu.h>
#  endif
parent 7fb053cb
Branches
Tags
No related merge requests found
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
#include "otbImageWidgetFormBase.h" #include "otbImageWidgetFormBase.h"
#include "otbPolygon.h" #include "otbPolygon.h"
# ifdef __APPLE__ # ifdef __APPLE__
# include <OpenGL/gl.h> # include <OpenGL/glu.h>
# else # else
# include <GL/gl.h> # include <GL/glu.h>
# endif # endif
namespace otb namespace otb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment