Skip to content

Commit 21008b8

Browse files
authored
Merge pull request #8655 from hzeller/feature-20251015-fix-inc
Fix some missing includes.
2 parents 0336aa4 + 1a6f5f1 commit 21008b8

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

src/dpl/src/Opendp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "infrastructure/Objects.h"
2323
#include "infrastructure/Padding.h"
2424
#include "infrastructure/network.h"
25+
#include "odb/db.h"
2526
#include "odb/util.h"
2627
#include "util/journal.h"
2728
#include "utl/Logger.h"

src/dpl/src/Place.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "infrastructure/Objects.h"
2828
#include "infrastructure/Padding.h"
2929
#include "infrastructure/network.h"
30+
#include "odb/db.h"
3031
#include "odb/dbTransform.h"
3132
#include "odb/geom.h"
3233
#include "util/journal.h"

src/ram/src/layout.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
#include "layout.h"
55

6+
#include <memory>
7+
#include <utility>
8+
69
#include "odb/db.h"
710
#include "odb/dbTypes.h"
811
#include "odb/geom.h"

src/ram/src/ram.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
#include "ram/ram.h"
55

66
#include <array>
7+
#include <functional>
8+
#include <limits>
9+
#include <string>
710
#include <vector>
811

912
#include "db_sta/dbNetwork.hh"
1013
#include "layout.h"
1114
#include "odb/db.h"
1215
#include "odb/dbTypes.h"
16+
#include "odb/isotropy.h"
1317
#include "sta/FuncExpr.hh"
1418
#include "sta/Liberty.hh"
1519
#include "sta/PortDirection.hh"

0 commit comments

Comments
 (0)