Marc Gilleron 2021-11-12 23:40:05 +00:00
commit b9f774c1c4
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef VOXEL_BUFFER_H
#define VOXEL_BUFFER_H
#include <memory>
#include "voxel_buffer_internal.h"
class VoxelTool;

View File

@ -1,6 +1,7 @@
#ifndef VOXEL_DATA_BLOCK_H
#define VOXEL_DATA_BLOCK_H
#include <memory>
#include "../storage/voxel_buffer_internal.h"
#include "../util/macros.h"
#include "voxel_ref_count.h"

View File

@ -9,6 +9,7 @@
#include <core/ustring.h>
#include <unordered_map>
#include <vector>
#include <memory>
namespace std {
template <>