Skip to content

Commit 19f878a

Browse files
authored
Merge pull request #10084 from hzeller/feature-20260408-update-inc
IWYU: Fix some missing includes.
2 parents f6aef4a + 2431acb commit 19f878a

53 files changed

Lines changed: 57 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/ant/src/WireBuilder.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <cstddef>
99
#include <limits>
1010
#include <map>
11+
#include <string>
1112
#include <tuple>
1213
#include <unordered_set>
1314
#include <utility>

src/cts/src/LatencyBalancer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "odb/db.h"
2323
#include "odb/dbObject.h"
2424
#include "odb/dbSet.h"
25+
#include "odb/dbTypes.h"
2526
#include "odb/geom.h"
2627
#include "sta/Clock.hh"
2728
#include "sta/Delay.hh"

src/cut/src/abc_library_factory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <cmath>
99
#include <cstring>
1010
#include <optional>
11+
#include <string>
1112
#include <unordered_set>
1213
#include <utility>
1314
#include <vector>

src/dpl/src/infrastructure/network.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <vector>
1313

1414
#include "PlacementDRC.h"
15+
#include "dpl/Opendp.h"
1516
#include "infrastructure/Grid.h"
1617
#include "infrastructure/Objects.h"
1718
#include "infrastructure/architecture.h"

src/dpl/src/optimization/detailed_manager.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "boost/format.hpp"
1818
#include "boost/tokenizer.hpp"
1919
#include "detailed_orient.h"
20+
#include "dpl/Opendp.h"
2021
#include "infrastructure/Coordinates.h"
2122
#include "infrastructure/architecture.h"
2223
#include "infrastructure/detailed_segment.h"

src/dpl/src/optimization/detailed_mis.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
#include "boost/tokenizer.hpp"
3434
#include "detailed_manager.h"
35+
#include "dpl/Opendp.h"
3536
#include "infrastructure/Coordinates.h"
3637
#include "infrastructure/architecture.h"
3738
#include "infrastructure/detailed_segment.h"

src/dpl/src/optimization/detailed_random.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include <vector>
1818

1919
#include "boost/tokenizer.hpp"
20+
#include "optimization/detailed_generator.h"
2021
#include "util/utility.h"
2122
#include "utl/Logger.h"
2223
// For detailed improvement.

src/drt/src/db/drObj/drNet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <vector>
99

1010
#include "db/drObj/drBlockObject.h"
11+
#include "db/drObj/drFig.h"
1112
#include "db/drObj/drShape.h"
1213
#include "db/drObj/drVia.h"
1314
#include "db/obj/frAccess.h"

src/drt/src/db/tech/frLayer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <iostream>
88
#include <map>
99
#include <set>
10+
#include <string>
1011
#include <vector>
1112

1213
#include "db/infra/frSegStyle.h"

src/drt/src/dr/FlexDR_graphics.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "frBaseTypes.h"
2121
#include "frRegionQuery.h"
2222
#include "gui/gui.h"
23+
#include "odb/db.h"
2324
#include "odb/dbTypes.h"
2425
#include "odb/geom.h"
2526

0 commit comments

Comments
 (0)