From 2857e4bb1326dd68eca4055b1a57366d2b2dab6a Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Mon, 9 Oct 2023 08:50:23 +0200 Subject: [PATCH] Fix missing include iomanip thanks to clang --- src/utils/ExecutionStatManager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/ExecutionStatManager.cpp b/src/utils/ExecutionStatManager.cpp index adbcd2528..8fbd32e2c 100644 --- a/src/utils/ExecutionStatManager.cpp +++ b/src/utils/ExecutionStatManager.cpp @@ -4,6 +4,7 @@ #include <utils/Messenger.hpp> #include <cmath> +#include <iomanip> #include <rang.hpp> #include <sys/resource.h> -- GitLab