added missing include for shared_ptr

This commit is contained in:
Alex 2021-11-06 08:04:41 +02:00
parent 0c59443e79
commit 633e9ab307

View File

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