#ifdef around unordered_map
This commit is contained in:
parent
765e6dbe1b
commit
7171545306
|
|
@ -17,7 +17,9 @@
|
|||
#include <optional>
|
||||
#include <span>
|
||||
#include <string>
|
||||
#ifdef CESIUM_DEBUG_TILE_UNLOADING
|
||||
#include <unordered_map>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace Cesium3DTilesSelection {
|
||||
|
|
|
|||
Loading…
Reference in New Issue