Salome HOME
Patch for MacOS (from SALOME forum)
[modules/gui.git] / src / OpenGLUtils / OpenGLUtils_FrameBuffer.h
index daaf5ddb5ff3b71ccefdf1c01a3d7b160f565101..feb10037f875de7653bf205921095d413fed6328 100755 (executable)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 #include <windows.h>
 #endif
 
+#ifdef __APPLE__
+#include <OpenGL/gl.h>
+#else
 #include <GL/gl.h>
+#endif
 
 class OPENGLUTILS_EXPORT OpenGLUtils_FrameBuffer
 {