]> git.mxchange.org Git - flightgear.git/blobdiff - utils/Modeller/3dconvert.cxx
Merge branch 'rj/ttw' into next
[flightgear.git] / utils / Modeller / 3dconvert.cxx
index 6ffc1ac7b9062abd0fab246221bce27e22c29bf5..7cc7f61712621fa6d3674042fcec8dd38fbccf90 100644 (file)
@@ -1,5 +1,13 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#include <simgear/compiler.h>
+
 #include <iostream>
+
 #include <GL/glut.h>
+
 #include <plib/ssg.h>
 
 using std::cerr;