diff options
Diffstat (limited to '3rdparty/benchmark/src/timers.cc')
-rw-r--r-- | 3rdparty/benchmark/src/timers.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/benchmark/src/timers.cc b/3rdparty/benchmark/src/timers.cc index 95e6ceb55a9..772bb032499 100644 --- a/3rdparty/benchmark/src/timers.cc +++ b/3rdparty/benchmark/src/timers.cc @@ -16,9 +16,9 @@ #include "internal_macros.h" #ifdef BENCHMARK_OS_WINDOWS -#include <Shlwapi.h> -#include <VersionHelpers.h> -#include <Windows.h> +#include <shlwapi.h> +#include <versionhelpers.h> +#include <windows.h> #else #include <fcntl.h> #include <sys/resource.h> |