summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-13 15:56:56 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-13 15:56:56 +0300
commitcd0baf3217701134a8e61932fd14c39cec0cf242 (patch)
tree7d18a8b58d753865c3de9027fd384035375c7ab9 /src/gui/widgets/textfield.cpp
parente71aed97c2d885c8113561c1e0cad91454adeb57 (diff)
downloadplus-cd0baf3217701134a8e61932fd14c39cec0cf242.tar.gz
plus-cd0baf3217701134a8e61932fd14c39cec0cf242.tar.bz2
plus-cd0baf3217701134a8e61932fd14c39cec0cf242.tar.xz
plus-cd0baf3217701134a8e61932fd14c39cec0cf242.zip
Fix compilation errors with different flags.
Also fix renderer selection in build without OpenGL.
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r--src/gui/widgets/textfield.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp
index d6bc9ca68..022a20781 100644
--- a/src/gui/widgets/textfield.cpp
+++ b/src/gui/widgets/textfield.cpp
@@ -28,6 +28,7 @@
#include "input/keyevent.h"
#include "gui/popupmenu.h"
+#include "gui/sdlinput.h"
#include "gui/viewport.h"
#include "resources/image.h"