summaryrefslogtreecommitdiff
path: root/src/events
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-21 23:41:43 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-21 23:41:43 +0300
commit627c2f82089fcd14f5f6be387af30818d03e59a5 (patch)
treeaf664774f4736e0890a6dc28655f62ccd0fba917 /src/events
parentdc4d3180235264b9b7cc6e07a0003ccc0ec569b0 (diff)
downloadplus-627c2f82089fcd14f5f6be387af30818d03e59a5.tar.gz
plus-627c2f82089fcd14f5f6be387af30818d03e59a5.tar.bz2
plus-627c2f82089fcd14f5f6be387af30818d03e59a5.tar.xz
plus-627c2f82089fcd14f5f6be387af30818d03e59a5.zip
Fix compilation error with some options.
Diffstat (limited to 'src/events')
-rw-r--r--src/events/inputevent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/events/inputevent.h b/src/events/inputevent.h
index c79802870..1d750c86a 100644
--- a/src/events/inputevent.h
+++ b/src/events/inputevent.h
@@ -22,6 +22,7 @@
#define EVENTS_INPUTEVENT_H
#include <map>
+#include <string>
#include <vector>
#include "localconsts.h"