From 53b89cdb8e59162ad914d3cab30e5f771de0aaf2 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 11 Oct 2025 00:34:16 +0300 Subject: [PATCH] fix windows build --- src/logic/scripting/lua/usertypes/lua_type_voxelfragment.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/logic/scripting/lua/usertypes/lua_type_voxelfragment.hpp b/src/logic/scripting/lua/usertypes/lua_type_voxelfragment.hpp index 789076cc..21c41c04 100644 --- a/src/logic/scripting/lua/usertypes/lua_type_voxelfragment.hpp +++ b/src/logic/scripting/lua/usertypes/lua_type_voxelfragment.hpp @@ -1,5 +1,7 @@ #pragma once +#include + #include "../lua_commons.hpp" class VoxelFragment;