diff options
| -rw-r--r-- | backends/graphics/opengl/gltexture.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h index 3e04949c8c..2f0bef2bbf 100644 --- a/backends/graphics/opengl/gltexture.h +++ b/backends/graphics/opengl/gltexture.h @@ -20,6 +20,9 @@   *   */ +#ifndef BACKENDS_GRAPHICS_OPENGL_GLTEXTURE_H +#define BACKENDS_GRAPHICS_OPENGL_GLTEXTURE_H +  #include "common/scummsys.h"  #ifdef WIN32 @@ -116,3 +119,5 @@ protected:  	GLint _filter;  	bool _refresh;  }; + +#endif  | 
