added missing #include

This commit is contained in:
MihailRis 2024-01-17 00:55:49 +03:00
parent b0165b1014
commit 9a518ecc5f

View File

@ -2,6 +2,7 @@
#define VOXELS_CHUNKS_H_
#include <stdlib.h>
#include <vector>
#include <memory>
#include <glm/glm.hpp>
#include "../typedefs.h"