]> OCCT Git - occt-copy.git/commitdiff
0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one...
authorbugmaster <bugmaster@opencascade.com>
Fri, 16 Mar 2012 06:39:06 +0000 (10:39 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 16 Mar 2012 06:39:06 +0000 (10:39 +0400)
Correction of compilation errors

src/OpenGl/OpenGl_GraphicDriver_Layer.cxx
src/OpenGl/OpenGl_telem_util.cxx

index efa084e2af081c9c6c680d53ea00a1ab869d2462..291bbfa6a04c0f60216bcb28565b23b46f37133c 100755 (executable)
@@ -13,6 +13,8 @@
 #include <OpenGl_AspectText.hxx>
 #include <OpenGl_TextParam.hxx>
 
+#include <GL/glu.h>
+
 /*----------------------------------------------------------------------*/
 
 struct OpenGl_LAYER_PROP
index e6756735f0adf87af5924c200d84ac8036dc8644..42ae2858b43bd07d8f0f259e0260596f2b3cd249 100755 (executable)
@@ -48,6 +48,8 @@ when a face has confused or aligned points.
 
 ************************************************************************/
 
+#include <stdio.h>
+
 #include <OpenGl_GlCore11.hxx>
 
 #include <OpenGl_telem_util.hxx>