From e256cb2ae4dc22e34da804ee4763cc3083396b94 Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Tue, 22 Aug 2023 21:28:23 -0400 Subject: [PATCH] [Bugfix:System] add iomanip (#16) compilation failed on a system upgrade from Ubuntu 20.04 to Ubuntu 22.04 Screenshot 2023-08-22 at 9 27 55 PM --- src/diagnostics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/diagnostics.cpp b/src/diagnostics.cpp index 659c643..0180fd4 100755 --- a/src/diagnostics.cpp +++ b/src/diagnostics.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include "parser.h" #include "utils.h"