summaryrefslogtreecommitdiff
path: root/src/utils/sdlhelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-15 19:00:59 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-15 19:00:59 +0300
commit39e19833f3cdb67b53544f3a8787628e484a50ef (patch)
tree20758d2591927e2147d343cf44b8ef39cd8045c5 /src/utils/sdlhelper.h
parent5273b0bc8dcc2adbf8557a4008c63e50955884fe (diff)
downloadManaVerse-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.gz
ManaVerse-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.bz2
ManaVerse-39e19833f3cdb67b53544f3a8787628e484a50ef.tar.xz
ManaVerse-39e19833f3cdb67b53544f3a8787628e484a50ef.zip
Fix other include issues.
Diffstat (limited to 'src/utils/sdlhelper.h')
-rw-r--r--src/utils/sdlhelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h
index 89cd3f789..e75af2be2 100644
--- a/src/utils/sdlhelper.h
+++ b/src/utils/sdlhelper.h
@@ -23,6 +23,7 @@
#ifdef USE_SDL2
#include "utils/sdl2helper.h"
+UTILS_SDL2HELPER_H
#else
#include "utils/stringvector.h"