aboutsummaryrefslogtreecommitdiff
path: root/src/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.hpp')
-rw-r--r--src/timer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.hpp b/src/timer.hpp
index 685e83b9..7199adc2 100644
--- a/src/timer.hpp
+++ b/src/timer.hpp
@@ -1,11 +1,11 @@
#pragma once
#include "pre.hpp"
+#include <Windows.h>
#include <chrono>
#include <functional>
#include <map>
#include <optional>
-#include "system_headers.hpp"
#include "base.hpp"