commit
bde82a503c
|
@ -1,6 +1,7 @@
|
|||
#ifndef VOXEL_BUFFER_H
|
||||
#define VOXEL_BUFFER_H
|
||||
|
||||
#include <memory>
|
||||
#include "voxel_buffer_internal.h"
|
||||
|
||||
class VoxelTool;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <core/ustring.h>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
namespace std {
|
||||
template <>
|
||||
|
|
Loading…
Reference in New Issue