From c8eb483c771a4830d21ddd28fa098325b28a5979 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 7 Dec 2002 01:48:35 +0000 Subject: Grmfl... --- lib/gltexture.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gltexture.cc') diff --git a/lib/gltexture.cc b/lib/gltexture.cc index 7949cb9..86a5a44 100644 --- a/lib/gltexture.cc +++ b/lib/gltexture.cc @@ -1,7 +1,7 @@ #include #include +#include #include "gltexture.h" -#include "General.h" mogltk::texture::texture(int w, int h, bool plane) throw (GeneralException) : width(w), height(h), planar(plane) { if ((BITCOUNT(w) != 1) || (BITCOUNT(h) != 1)) -- cgit v1.2.3