#ifdef around unordered_map

This commit is contained in:
Ashley Rogers 2025-02-10 15:48:35 -05:00
parent 765e6dbe1b
commit 7171545306
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@
#include <optional>
#include <span>
#include <string>
#ifdef CESIUM_DEBUG_TILE_UNLOADING
#include <unordered_map>
#endif
#include <vector>
namespace Cesium3DTilesSelection {