1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Correction compilation problem on Linux platform

0023015: TKOpenGl redesign regression in text printing
This commit is contained in:
bugmaster 2012-03-22 13:59:51 +04:00
parent 4dd0865cf9
commit d7ea40289e

View File

@ -47,6 +47,7 @@
#include <OpenGL/OpenGL.h>
#else
#include <GL/gl.h>
#include <GL/glu.h>
#endif
#include <InterfaceGraphic.hxx>