aboutsummaryrefslogtreecommitdiff
path: root/src/ui/input_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/input_util.cpp')
-rw-r--r--src/ui/input_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/input_util.cpp b/src/ui/input_util.cpp
index 3fe34f10..193cba4a 100644
--- a/src/ui/input_util.cpp
+++ b/src/ui/input_util.cpp
@@ -1,6 +1,6 @@
#include "input_util.hpp"
-#include "system_headers.hpp"
+#include <Windows.h>
namespace cru::ui {
bool IsKeyDown(const int virtual_code) {