summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-01 22:53:47 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-01 22:53:47 +0300
commit254cc9c7a5ecc45bb0c77b28d5e98e03674223f0 (patch)
treedc0f5e81ae6e959d9ac3885e06d56c1efd3e7642 /src
parentdbf1544dc6dd7e31ad884afaffb192944f8bb22f (diff)
downloadplus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.tar.gz
plus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.tar.bz2
plus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.tar.xz
plus-254cc9c7a5ecc45bb0c77b28d5e98e03674223f0.zip
Fix compilation with some debug flags.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/gui/fonts/textchunk.cpp1
-rw-r--r--src/utils/sdlmemoryobject.h2
3 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d34fe7ee6..ec895c687 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -127,6 +127,8 @@ dyecmd_SOURCES = gui/cliprect.cpp \
utils/physfstools.h \
utils/sdl2helper.cpp \
utils/sdl2helper.h \
+ utils/sdlcheckutils.cpp \
+ utils/sdlcheckutils.h \
utils/sdlhelper.cpp \
utils/sdlhelper.h \
utils/sdlmemoryobject.h \
diff --git a/src/gui/fonts/textchunk.cpp b/src/gui/fonts/textchunk.cpp
index be0509562..1bdadd46e 100644
--- a/src/gui/fonts/textchunk.cpp
+++ b/src/gui/fonts/textchunk.cpp
@@ -29,6 +29,7 @@
#include "resources/surfaceimagehelper.h"
#include "utils/delete2.h"
+#include "utils/sdlcheckutils.h"
#include "utils/stringutils.h"
#include "debug.h"
diff --git a/src/utils/sdlmemoryobject.h b/src/utils/sdlmemoryobject.h
index cc96f60c1..c9ec14325 100644
--- a/src/utils/sdlmemoryobject.h
+++ b/src/utils/sdlmemoryobject.h
@@ -25,6 +25,8 @@
#include "logger.h"
+#include "utils/stringutils.h"
+
#include <string>
#include "localconsts.h"