From 1c0852d3d473d694b3d74e05f4b4f12793530729 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 22 Jun 2021 14:42:42 +0200 Subject: Fix cross compiling benchmarks --- 3rdparty/benchmark/src/colorprint.cc | 2 +- 3rdparty/benchmark/src/sleep.cc | 2 +- 3rdparty/benchmark/src/sysinfo.cc | 6 +++--- 3rdparty/benchmark/src/timers.cc | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/3rdparty/benchmark/src/colorprint.cc b/3rdparty/benchmark/src/colorprint.cc index b7d316fea39..4e4ad51b8fc 100644 --- a/3rdparty/benchmark/src/colorprint.cc +++ b/3rdparty/benchmark/src/colorprint.cc @@ -24,7 +24,7 @@ #include "internal_macros.h" #ifdef BENCHMARK_OS_WINDOWS -#include +#include #endif namespace benchmark { 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 +#include #endif namespace benchmark { 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 -#include -#include +#include +#include +#include #else #include #include 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 -#include -#include +#include +#include +#include #else #include #include -- cgit v1.2.3