From 404fa3d0e225cca8a7c71a7f67ba4478b0990d8c Mon Sep 17 00:00:00 2001 From: MihailRis Date: Fri, 22 Nov 2024 16:28:53 +0300 Subject: [PATCH] fix msvc build --- src/world/Level.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/world/Level.hpp b/src/world/Level.hpp index bf4eaaba..74485e7c 100644 --- a/src/world/Level.hpp +++ b/src/world/Level.hpp @@ -2,6 +2,7 @@ #include #include +#include #include #include "typedefs.hpp"