]> git.mxchange.org Git - flightgear.git/blobdiff - utils/Modeller/normalmap.cxx
Maik Justus: Crash Fix.
[flightgear.git] / utils / Modeller / normalmap.cxx
index 4e9b84ee35dafea342ad3895e96ee74a22e1ab15..98c3a848840fdb9bd7010b2eb087e7b2afce355a 100644 (file)
@@ -4,10 +4,12 @@
  *
  * This file is in public domain.
  */
+#include <simgear/compiler.h>
 
 #include <string.h>
 #include <stdlib.h>
-#include <GL/gl.h>
+#include <osg/GL>
+
 #include <simgear/screen/texture.hxx>