From 902577b7ce47d476cc631ed1c0d4e10703bef983 Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Thu, 14 Apr 2022 17:01:41 +0100 Subject: [PATCH] gen-zam: Fix compile error on GCC-12/Ubuntu 22.04 --- tools/gen-zam/src/Gen-ZAM.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gen-zam/src/Gen-ZAM.cc b/tools/gen-zam/src/Gen-ZAM.cc index aa43d128fb..f9b05d7f47 100644 --- a/tools/gen-zam/src/Gen-ZAM.cc +++ b/tools/gen-zam/src/Gen-ZAM.cc @@ -2,6 +2,7 @@ #include "Gen-ZAM.h" +#include #include #include