mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-22 02:27:01 +08:00
fix: include shared_mutex header
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "Cubed/gameplay/cave_path.hpp"
|
#include "Cubed/gameplay/cave_path.hpp"
|
||||||
|
|
||||||
|
#include <shared_mutex>
|
||||||
#include <tbb/concurrent_hash_map.h>
|
#include <tbb/concurrent_hash_map.h>
|
||||||
|
|
||||||
namespace Cubed {
|
namespace Cubed {
|
||||||
class CaveCarver {
|
class CaveCarver {
|
||||||
using CaveHashMap = tbb::concurrent_hash_map<unsigned, CavePath>;
|
using CaveHashMap = tbb::concurrent_hash_map<unsigned, CavePath>;
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
#include "Cubed/tools/cubed_random.hpp"
|
#include "Cubed/tools/cubed_random.hpp"
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
|
#include <shared_mutex>
|
||||||
#include <tbb/concurrent_hash_map.h>
|
#include <tbb/concurrent_hash_map.h>
|
||||||
|
|
||||||
namespace Cubed {
|
namespace Cubed {
|
||||||
|
|
||||||
class RiverWorm {
|
class RiverWorm {
|
||||||
|
|||||||
Reference in New Issue
Block a user