From: ehofman Date: Sun, 13 Apr 2003 21:16:52 +0000 (+0000) Subject: Fixup for windows machines X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bde8528859a953d53e8d76ed2d60d6d294932370;p=simgear.git Fixup for windows machines --- 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