From 519933c44db61b725ae9ee227d2153e048e5e1bf Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 18 Oct 2023 17:27:14 -0700 Subject: [PATCH] add missing include --- src/CommonItemSet.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CommonItemSet.hh b/src/CommonItemSet.hh index adf3c9a0..667e1aa6 100644 --- a/src/CommonItemSet.hh +++ b/src/CommonItemSet.hh @@ -1,5 +1,6 @@ #pragma once +#include #include #include "GSLArchive.hh"