Skip to content

Commit 932de9d

Browse files
committed
grt: Add includes per clang-tidy demands
Signed-off-by: Martin Povišer <povik@cutebit.org>
1 parent 65ac6fa commit 932de9d

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/grt/include/grt/Rudy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Copyright (c) 2024-2025, The OpenROAD Authors
33

44
#include <cassert>
5+
#include <optional>
6+
#include <set>
57
#include <utility>
68
// #define _CRTDBG_MAP_ALLOC
79

src/grt/src/Rudy.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
#include <algorithm>
77
#include <cstdint>
8+
#include <optional>
9+
#include <set>
810
#include <utility>
911

1012
#include "grt/GRoute.h"

src/grt/src/heatMapRudy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
#include "heatMapRudy.h"
55

66
#include <algorithm>
7+
#include <any>
78
#include <cmath>
9+
#include <set>
810
#include <stdexcept>
911
#include <vector>
1012

13+
#include "gui/gui.h"
1114
#include "odb/db.h"
1215
#include "odb/dbTypes.h"
1316
#include "odb/geom.h"

0 commit comments

Comments
 (0)