From 7fb053cbf274e5e612580aa7d8d03493e77924f4 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Fri, 18 Jul 2008 15:17:36 +0000 Subject: [PATCH] Pour MAC glu.h est dans OpenGL # ifdef __APPLE__ # include <OpenGL/gl.h> # else # include <GL/gl.h> # endif --- Code/Visu/otbGluPolygonDrawingHelper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Visu/otbGluPolygonDrawingHelper.h b/Code/Visu/otbGluPolygonDrawingHelper.h index d6b3867b01..38ff675a67 100644 --- a/Code/Visu/otbGluPolygonDrawingHelper.h +++ b/Code/Visu/otbGluPolygonDrawingHelper.h @@ -20,9 +20,9 @@ PURPOSE. See the above copyright notices for more information. #include <FL/gl.h> # ifdef __APPLE__ -# include <OpenGL/gl.h> +# include <OpenGL/glu.h> # else -# include <GL/gl.h> +# include <GL/glu.h> # endif #include "itkImageToImageFilter.h" -- GitLab