diff --git a/src/mapgen/mg_ore.cpp b/src/mapgen/mg_ore.cpp index 6f27b91ac..c36249cb9 100644 --- a/src/mapgen/mg_ore.cpp +++ b/src/mapgen/mg_ore.cpp @@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "map.h" #include "log.h" #include "util/numeric.h" +#include #include diff --git a/src/network/connection.cpp b/src/network/connection.cpp index 366f94c52..495b15426 100644 --- a/src/network/connection.cpp +++ b/src/network/connection.cpp @@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include +#include #include "connection.h" #include "serialization.h" #include "log.h" diff --git a/src/util/srp.cpp b/src/util/srp.cpp index a3452e022..d825f0ebc 100644 --- a/src/util/srp.cpp +++ b/src/util/srp.cpp @@ -27,6 +27,9 @@ */ // clang-format off + +#include + #ifdef WIN32 #include #include