diff options
Diffstat (limited to 'src/maplayer.cpp')
-rw-r--r-- | src/maplayer.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/maplayer.cpp b/src/maplayer.cpp index f94542cc6..7ae6e3ae9 100644 --- a/src/maplayer.cpp +++ b/src/maplayer.cpp @@ -23,8 +23,10 @@ #include "maplayer.h" #include "configuration.h" - #include "graphicsvertexes.h" +#ifndef USE_OPENGL +#include "graphics.h" +#endif #include "localplayer.h" |