From 8c7f47a3f98e0f1326f208e0812e9fd40c97e4ee Mon Sep 17 00:00:00 2001 From: prisixia Date: Thu, 4 May 2023 20:04:05 +0200 Subject: [PATCH] Add cereal header to patch.h --- include/starbound/patch.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/starbound/patch.h b/include/starbound/patch.h index 82882f1..a753933 100644 --- a/include/starbound/patch.h +++ b/include/starbound/patch.h @@ -34,6 +34,7 @@ along with speciesgen. If not, see . #include #include +#include "cereal/cereal.hpp" #include "magic_enum.hpp" namespace Starbound::Patch {