Salome HOME
Porting to ParaView 5.8
[modules/gui.git] / src / VTKViewer / VTKViewer_OpenGLRenderer.cxx
index 885e73a6c385184ae602d86174658782a17875a6..71c5fcf99de60ee9c584cf042d8070a271a65d2b 100644 (file)
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
+// to compile, otherwise we get:
+// #error gl.h included before glew.h
+#include <vtkglew/include/GL/glew.h>
+
 #include "VTKViewer_OpenGLRenderer.h"
 #include "VTKViewer_Texture.h"