summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/benchmark/src/sysinfo.cc
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/benchmark/src/sysinfo.cc')
-rw-r--r--3rdparty/benchmark/src/sysinfo.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/benchmark/src/sysinfo.cc b/3rdparty/benchmark/src/sysinfo.cc
index 483ea8a9e9c..28c8814ccc7 100644
--- a/3rdparty/benchmark/src/sysinfo.cc
+++ b/3rdparty/benchmark/src/sysinfo.cc
@@ -16,9 +16,9 @@
#include "internal_macros.h"
#ifdef BENCHMARK_OS_WINDOWS
-#include <Shlwapi.h>
-#include <Windows.h>
-#include <VersionHelpers.h>
+#include <shlwapi.h>
+#include <windows.h>
+#include <versionhelpers.h>
#else
#include <fcntl.h>
#include <sys/resource.h>