added missing #include

This commit is contained in:
MihailRis
2024-01-17 00:55:49 +03:00
parent b0165b1014
commit 9a518ecc5f
+1
View File
@@ -2,6 +2,7 @@
#define VOXELS_CHUNKS_H_ #define VOXELS_CHUNKS_H_
#include <stdlib.h> #include <stdlib.h>
#include <vector>
#include <memory> #include <memory>
#include <glm/glm.hpp> #include <glm/glm.hpp>
#include "../typedefs.h" #include "../typedefs.h"