summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-10-24 10:22:17 +0200
committerMattes D <github@xoft.cz>2014-10-24 10:22:17 +0200
commit4b32c00f667eb37fbf325110e68fbfe62b089b98 (patch)
tree7eaf98cd0e3b0e1a5857fddbfb49b4c1f1df856d
parentMerge branch 'master' into c++11Events (diff)
downloadcuberite-4b32c00f667eb37fbf325110e68fbfe62b089b98.tar
cuberite-4b32c00f667eb37fbf325110e68fbfe62b089b98.tar.gz
cuberite-4b32c00f667eb37fbf325110e68fbfe62b089b98.tar.bz2
cuberite-4b32c00f667eb37fbf325110e68fbfe62b089b98.tar.lz
cuberite-4b32c00f667eb37fbf325110e68fbfe62b089b98.tar.xz
cuberite-4b32c00f667eb37fbf325110e68fbfe62b089b98.tar.zst
cuberite-4b32c00f667eb37fbf325110e68fbfe62b089b98.zip
-rw-r--r--src/OSSupport/Event.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OSSupport/Event.cpp b/src/OSSupport/Event.cpp
index e05de8e15..fbf04b47c 100644
--- a/src/OSSupport/Event.cpp
+++ b/src/OSSupport/Event.cpp
@@ -7,6 +7,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Event.h"
+#include <chrono>
#include "Errors.h"