diff --git a/src/files/WorldRegions.hpp b/src/files/WorldRegions.hpp index d8f50950..e346dddc 100644 --- a/src/files/WorldRegions.hpp +++ b/src/files/WorldRegions.hpp @@ -13,6 +13,7 @@ #include "util/BufferPool.hpp" #include "voxels/Chunk.hpp" #include "files.hpp" + #define GLM_ENABLE_EXPERIMENTAL #include diff --git a/src/lighting/Lighting.hpp b/src/lighting/Lighting.hpp index 2bcd1693..b1ea2fbc 100644 --- a/src/lighting/Lighting.hpp +++ b/src/lighting/Lighting.hpp @@ -1,4 +1,5 @@ #pragma once + #include "typedefs.hpp" class Content;