From ff5184da519f3801586483b967580f4972c399ac Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 9 Jul 2023 16:08:00 +0200 Subject: [PATCH] Fixed building on Fedora 38 --- thirdparty/indicators/indicators.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/indicators/indicators.hpp b/thirdparty/indicators/indicators.hpp index c961a93e..26295832 100644 --- a/thirdparty/indicators/indicators.hpp +++ b/thirdparty/indicators/indicators.hpp @@ -46,6 +46,7 @@ enum class ProgressType { incremental, decremental }; #include #include +#include // Detect target's platform and set some macros in order to wrap platform // specific code this library depends on.