From bde8528859a953d53e8d76ed2d60d6d294932370 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sun, 13 Apr 2003 21:16:52 +0000 Subject: [PATCH] Fixup for windows machines --- simgear/screen/texture.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/simgear/screen/texture.cxx b/simgear/screen/texture.cxx index 764ede05..4917399e 100644 --- a/simgear/screen/texture.cxx +++ b/simgear/screen/texture.cxx @@ -12,6 +12,10 @@ * $Id$ */ +#include +#ifdef WIN32 +# include +#endif #include #include -- 2.39.5