aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchSysTimer_windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/BenchSysTimer_windows.cpp')
-rw-r--r--bench/BenchSysTimer_windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/BenchSysTimer_windows.cpp b/bench/BenchSysTimer_windows.cpp
index 1c4e4049c8..fab657a8c3 100644
--- a/bench/BenchSysTimer_windows.cpp
+++ b/bench/BenchSysTimer_windows.cpp
@@ -9,7 +9,7 @@
//Time
#define WIN32_LEAN_AND_MEAN 1
-#include <Windows.h>
+#include <windows.h>
static ULONGLONG winCpuTime() {
FILETIME createTime;