From 8e19b6e92e60261357fd39c691640c06f694fdcd Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 28 Oct 2015 10:59:52 +0100 Subject: [PATCH] fix include path to not use glew --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index ef34a0636..b2d473626 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -37,7 +37,7 @@ extern "C" { #include "goom.h" } #include "goom_config.h" -#include +#include extern int preset_index; char g_visName[512];