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

Pour MAC glu.h est dans OpenGL

#  ifdef __APPLE__
#    include <OpenGL/gl.h>
#  else
#    include <GL/gl.h>
#  endif
parent 67dadec9
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,11 @@ PURPOSE. See the above copyright notices for more information.
#define _otbGluPolygonDrawingHelper_h
#include <FL/gl.h>
#include <GL/glu.h>
# ifdef __APPLE__
# include <OpenGL/gl.h>
# else
# include <GL/gl.h>
# endif
#include "itkImageToImageFilter.h"
#include "itkObject.h"
......
......@@ -22,7 +22,11 @@
#include "itkIndex.h"
#include "otbImageWidgetFormBase.h"
#include "otbPolygon.h"
#include "GL/glu.h"
# ifdef __APPLE__
# include <OpenGL/gl.h>
# else
# include <GL/gl.h>
# endif
namespace otb
{
......
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