diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-13 15:56:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-13 15:56:56 +0300 |
commit | cd0baf3217701134a8e61932fd14c39cec0cf242 (patch) | |
tree | 7d18a8b58d753865c3de9027fd384035375c7ab9 /src/input/keyevent.h | |
parent | e71aed97c2d885c8113561c1e0cad91454adeb57 (diff) | |
download | mv-cd0baf3217701134a8e61932fd14c39cec0cf242.tar.gz mv-cd0baf3217701134a8e61932fd14c39cec0cf242.tar.bz2 mv-cd0baf3217701134a8e61932fd14c39cec0cf242.tar.xz mv-cd0baf3217701134a8e61932fd14c39cec0cf242.zip |
Fix compilation errors with different flags.
Also fix renderer selection in build without OpenGL.
Diffstat (limited to 'src/input/keyevent.h')
-rw-r--r-- | src/input/keyevent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/keyevent.h b/src/input/keyevent.h index cb96f45c9..eaed82376 100644 --- a/src/input/keyevent.h +++ b/src/input/keyevent.h @@ -24,6 +24,10 @@ #include <guichan/key.hpp> #include <guichan/keyevent.hpp> +#include <string> + +#include "localconsts.h" + class KeyEvent final : public gcn::KeyEvent { public: |