diff --git a/src/drt/src/io/GuideProcessor.h b/src/drt/src/io/GuideProcessor.h index 53caa76d2d3..cae37917359 100644 --- a/src/drt/src/io/GuideProcessor.h +++ b/src/drt/src/io/GuideProcessor.h @@ -433,7 +433,7 @@ class GuidePathFinder RouterConfiguration* router_cfg_{nullptr}; frNet* net_{nullptr}; bool force_feed_through_{false}; - boost::unordered_flat_map> node_map_; + std::map> node_map_; int guide_count_{0}; int node_count_{0}; bool allow_warnings_{false};