Merge pull request #400 from aaronfranke/rwlock

Add RWLock include to VoxelMeshLibrary header
master
Marc 2022-06-04 20:56:03 +01:00 committed by GitHub
commit 166846bde8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef VOXEL_BLOCKY_LIBRARY_H
#define VOXEL_BLOCKY_LIBRARY_H
#include "../../util/thread/rw_lock.h"
#include "../../util/dynamic_bitset.h"
#include "voxel_blocky_model.h"
#include <core/object/ref_counted.h>