summaryrefslogtreecommitdiff
path: root/src/gui/botcheckerwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-03 12:29:42 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-03 12:29:42 +0300
commit5614d6765535273d25cbe3de131a4dbd0e4926f4 (patch)
tree34dae236d34f0a374be59df6e93739d00624a92e /src/gui/botcheckerwindow.cpp
parent015f40eeab3c01e3173968059a95fd76cf23fd3b (diff)
downloadplus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.gz
plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.bz2
plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.xz
plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.zip
fix SDL includes.
Diffstat (limited to 'src/gui/botcheckerwindow.cpp')
-rw-r--r--src/gui/botcheckerwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/botcheckerwindow.cpp b/src/gui/botcheckerwindow.cpp
index ad5535559..cf8415f25 100644
--- a/src/gui/botcheckerwindow.cpp
+++ b/src/gui/botcheckerwindow.cpp
@@ -22,8 +22,8 @@
#include "gui/botcheckerwindow.h"
-#include <SDL.h>
-#include <SDL_thread.h>
+#include <SDL/SDL.h>
+#include <SDL/SDL_thread.h>
#include <vector>
#include <algorithm>