added a missing include line.
authorStephen Groundwater <slacker@gluebox.com>
Tue, 21 Aug 2007 22:42:21 +0000 (22:42 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Tue, 21 Aug 2007 22:42:21 +0000 (22:42 +0000)
SVN-Revision: 5151

src/video/texture_manager.cpp

index 0e00086..d9ff2a7 100644 (file)
@@ -34,6 +34,7 @@
 #include "gameconfig.hpp"
 #include "file_system.hpp"
 #include "log.hpp"
+#include "texture.hpp"
 
 TextureManager* texture_manager = NULL;