We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ac6fa commit 932de9dCopy full SHA for 932de9d
3 files changed
src/grt/include/grt/Rudy.h
@@ -2,6 +2,8 @@
2
// Copyright (c) 2024-2025, The OpenROAD Authors
3
4
#include <cassert>
5
+#include <optional>
6
+#include <set>
7
#include <utility>
8
// #define _CRTDBG_MAP_ALLOC
9
src/grt/src/Rudy.cpp
@@ -5,6 +5,8 @@
#include <algorithm>
#include <cstdint>
10
11
12
#include "grt/GRoute.h"
src/grt/src/heatMapRudy.cpp
@@ -4,10 +4,13 @@
#include "heatMapRudy.h"
+#include <any>
#include <cmath>
#include <stdexcept>
#include <vector>
13
+#include "gui/gui.h"
14
#include "odb/db.h"
15
#include "odb/dbTypes.h"
16
#include "odb/geom.h"
0 commit comments