summaryrefslogtreecommitdiffhomepage
path: root/main/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/events.cpp')
-rw-r--r--main/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/events.cpp b/main/events.cpp
index 0344f1a1..922b2d23 100644
--- a/main/events.cpp
+++ b/main/events.cpp
@@ -1,6 +1,7 @@
#include "main-impl.hpp"
#include "floormat/app.hpp"
#include "floormat/events.hpp"
+#include <cstring>
#include <SDL_events.h>
//#include <SDL_video.h>
@@ -105,4 +106,3 @@ void main_impl::anyEvent(SDL_Event& event)
}
} // namespace floormat
-