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