diff options
Diffstat (limited to 'include/glbase.h')
-rw-r--r-- | include/glbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/glbase.h b/include/glbase.h index 90732ef..7fa3b06 100644 --- a/include/glbase.h +++ b/include/glbase.h @@ -4,7 +4,7 @@ #include <SDL.h> #include <SDL_opengl.h> #include <Exceptions.h> -#include "base.h" +#include <base.h> namespace mogltk { class glbase : public base { |