]> git.mxchange.org Git - simgear.git/commitdiff
Fixup for windows machines
authorehofman <ehofman>
Sun, 13 Apr 2003 21:16:52 +0000 (21:16 +0000)
committerehofman <ehofman>
Sun, 13 Apr 2003 21:16:52 +0000 (21:16 +0000)
simgear/screen/texture.cxx

index 764ede05460ffb3a7687c13cb49a8662782e8985..4917399edf8fb2aa5e70439c49ae9f07f43c796d 100644 (file)
  * $Id$
  */
 
+#include <simgear/compiler.h>
+#ifdef WIN32
+# include <windows.h>
+#endif
 #include <GL/glu.h>
 #include <zlib.h>