From f33792022ad4312457dbb203d929991372760fd5 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Tue, 14 Jun 2022 14:30:54 -0400 Subject: [PATCH] Fix iomanip include on GenerateTable --- src/GenerateTable.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GenerateTable.cpp b/src/GenerateTable.cpp index ba37ef2..5b8b72b 100644 --- a/src/GenerateTable.cpp +++ b/src/GenerateTable.cpp @@ -2,6 +2,7 @@ #include "MassLookup.h" #include #include +#include #include #include "catima/gwm_integrators.h"