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;