]> git.mxchange.org Git - flightgear.git/commitdiff
Fix Win32 build - No GLUT please \!
authorFrederic Bouvier <fredfgfs01@free.fr>
Wed, 1 Aug 2012 06:53:40 +0000 (08:53 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Wed, 1 Aug 2012 06:53:40 +0000 (08:53 +0200)
src/GUI/CanvasWidget.cxx

index 003660de5d844d2ac31b1ff6f90cd46d60b59f04..fea0f150f0667209db5956a949c5fc7eb07ccdbd 100644 (file)
@@ -5,6 +5,10 @@
  *      Author: tom
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "CanvasWidget.hxx"
 
 #include <Canvas/canvas_mgr.hxx>