Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Add a missing #include <string> in lefout.h #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add a missing #include <string> in lefout.h #134

wants to merge 1 commit into from

Conversation

ax3ghazy
Copy link

@ax3ghazy
Copy link
Author

@maliberty: Is this getting merged? Without it, building fails on my system:

OpenROAD/src/OpenDB/src/lefout/lefout.cpp: In member function ‘void odb::lefout::writePropertyDefinitions(odb::dbLib*)’:
OpenROAD/src/OpenDB/src/lefout/lefout.cpp:930:43: error: cannot convert ‘std::unordered_map<std::__cxx11::basic_string<char>, short int>’ to ‘int ’
  930 |     writeObjectPropertyDefinitions(layer, propertiesMap);
      |                                           ^~~~~~~~~~~~~
      |                                           |
      |                                           std::unordered_map<std::__cxx11::basic_string<char>, short int>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants