summaryrefslogtreecommitdiff
path: root/lib/gltexture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gltexture.cc')
-rw-r--r--lib/gltexture.cc2
1 files changed, 1 insertions, 1 deletions
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 <GL/gl.h>
#include <GL/glu.h>
+#include <generic.h>
#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))