Salome HOME
Merge branch 'rnv/unicode'
[modules/gui.git] / src / GLViewer / GLViewer_Context.h
index 498ef3f22f16d6bc5406fd61ac91f39c41b273ec..aa31fd70960ad0a828e6f66692dd8f1ca6f45238 100644 (file)
@@ -39,7 +39,11 @@ class QRect;
 #include <Quantity_NameOfColor.hxx>
 #include <Quantity_Color.hxx>
 
+#ifdef __APPLE__
+#include <OpenGL/gl.h>
+#else
 #include <GL/gl.h>
+#endif
 
 class GLViewer_Viewer2d;