summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/benchmark/src/sleep.cc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/benchmark/src/sleep.cc')
-rw-r--r--3rdparty/benchmark/src/sleep.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/benchmark/src/sleep.cc b/3rdparty/benchmark/src/sleep.cc
index 918abc485dc..8f102d5402b 100644
--- a/3rdparty/benchmark/src/sleep.cc
+++ b/3rdparty/benchmark/src/sleep.cc
@@ -20,7 +20,7 @@
#include "internal_macros.h"
#ifdef BENCHMARK_OS_WINDOWS
-#include <Windows.h>
+#include <windows.h>
#endif
namespace benchmark {