Update INSTALL to tell users to do CMAKE_BUILD_TYPE=DEBUG rather that DEBUG=ON
[supertux.git] / src / video / gl_texture.hpp
index 14532cc..2bc3cc1 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-#include <config.h>
-
-#ifdef HAVE_OPENGL
 
 #ifndef __GL_TEXTURE_HPP__
 #define __GL_TEXTURE_HPP__
 
+#ifdef HAVE_OPENGL
+
+#include <config.h>
 #include <SDL.h>
 
 #include "texture.hpp"
@@ -95,3 +95,4 @@ namespace GL
 #endif
 
 #endif
+