]> git.mxchange.org Git - simgear.git/commitdiff
Make sure GLuint is known.
authorehofman <ehofman>
Sun, 4 Apr 2004 13:46:26 +0000 (13:46 +0000)
committerehofman <ehofman>
Sun, 4 Apr 2004 13:46:26 +0000 (13:46 +0000)
simgear/screen/screen-dump.hxx

index 49809af54d3f8a6a16b6203337260a5d8179362f..876d236a3a67bfd2c4fe97ef02fba878e7a10521 100644 (file)
@@ -23,6 +23,8 @@
 // $Id$
 
 
 // $Id$
 
 
+#include <GL/gl.h>
+
 /**
  * Dump the screen buffer to a ppm file.
  * @param filename name of file
 /**
  * Dump the screen buffer to a ppm file.
  * @param filename name of file