From 57cabae93db8bb2a26415086b59734e7c59f525a Mon Sep 17 00:00:00 2001 From: valsan-azerty-boi <52854501+valsan-azerty-boi@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:00:09 +0200 Subject: [PATCH] include cstdint --- src/Solocraft.cpp | 1 + src/utils/Utils.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Solocraft.cpp b/src/Solocraft.cpp index 46ad144..1a2b350 100644 --- a/src/Solocraft.cpp +++ b/src/Solocraft.cpp @@ -16,6 +16,7 @@ #include #include #include +#include bool SoloCraftEnable = 1; bool SoloCraftAnnounceModule = 1; diff --git a/src/utils/Utils.h b/src/utils/Utils.h index 20d2183..9b65574 100644 --- a/src/utils/Utils.h +++ b/src/utils/Utils.h @@ -1,6 +1,7 @@ #ifndef UTILS_H #define UTILS_H +#include #include #include #include