Skip to content

IWYU: Fix some missing includes#10068

Merged
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
hzeller:feature-20260407-fix-missing-inc
Apr 7, 2026
Merged

IWYU: Fix some missing includes#10068
maliberty merged 1 commit into
The-OpenROAD-Project:masterfrom
hzeller:feature-20260407-fix-missing-inc

Conversation

@hzeller

@hzeller hzeller commented Apr 7, 2026

Copy link
Copy Markdown
Collaborator

Breakdown:

src/cts/src/TechChar.cpp:                #include "sta/StringUtil.hh" for sta::StringSeq
src/drt/test/gcTest.cpp:                 #include "db/obj/frNet.h" for drt::frNet
src/rsz/src/MoveTracker.cc:              #include <map> for std::map
src/rsz/src/MoveTracker.cc:              #include <vector> for std::vector
src/web/src/timing_report.cpp:           #include "sta/StringUtil.hh" for sta::StringSeq

Breakdown:

```
src/cts/src/TechChar.cpp:                #include "sta/StringUtil.hh" for sta::StringSeq
src/drt/test/gcTest.cpp:                 #include "db/obj/frNet.h" for drt::frNet
src/rsz/src/MoveTracker.cc:              #include <map> for std::map
src/rsz/src/MoveTracker.cc:              #include <vector> for std::vector
src/web/src/timing_report.cpp:           #include "sta/StringUtil.hh" for sta::StringSeq
```

Signed-off-by: Henner Zeller <h.zeller@acm.org>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates include directives across several files, adding 'sta/StringUtil.hh', 'db/obj/frNet.h', and standard headers like and . It also includes a minor cleanup of an empty line in 'dbObject.h'. I have no feedback to provide.

@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty merged commit 7e14a06 into The-OpenROAD-Project:master Apr 7, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants