From 5957fd62e3a27d78b5f0daf53695c8c7e0e3665b Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 4 Nov 2023 22:10:52 -0700 Subject: [PATCH] add missing include --- src/ItemData.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ItemData.cc b/src/ItemData.cc index c11ef5ed..c28c2308 100644 --- a/src/ItemData.cc +++ b/src/ItemData.cc @@ -1,5 +1,6 @@ #include "ItemData.hh" +#include #include #include "ItemParameterTable.hh"