From 7b2f7aa8272e1aa7085e9388b0142788a86d765d Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 4 Apr 2004 13:46:26 +0000 Subject: [PATCH] Make sure GLuint is known. --- simgear/screen/screen-dump.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simgear/screen/screen-dump.hxx b/simgear/screen/screen-dump.hxx index 49809af5..876d236a 100644 --- a/simgear/screen/screen-dump.hxx +++ b/simgear/screen/screen-dump.hxx @@ -23,6 +23,8 @@ // $Id$ +#include + /** * Dump the screen buffer to a ppm file. * @param filename name of file -- 2.39.5