aboutsummaryrefslogtreecommitdiff
path: root/src/timer.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-11-25 23:11:06 +0800
committercrupest <crupest@outlook.com>2018-11-25 23:11:06 +0800
commitb88992fd00df7b8c243bc0e7d577ef2aa9437c3f (patch)
treeb67d2be76343d4948b5b7fb57f80ec3d3a379ca7 /src/timer.hpp
parent22322daf6f51da53740ff95ef2eaceed9a6efcae (diff)
downloadcru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.tar.gz
cru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.tar.bz2
cru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.zip
Reorganize headers and add memory leak check.
Diffstat (limited to 'src/timer.hpp')
-rw-r--r--src/timer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timer.hpp b/src/timer.hpp
index 3488db45..5055a3d8 100644
--- a/src/timer.hpp
+++ b/src/timer.hpp
@@ -1,5 +1,7 @@
#pragma once
+// ReSharper disable once CppUnusedIncludeDirective
+#include "pre.hpp"
#include "system_headers.hpp"
#include <map>