mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
Add missing headers <cstdlib> and <cerrno> to StringUtil.cc for strtof fallback (#426)
Signed-off-by: Drew Lewis <cannada@google.com>
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <cerrno>
|
||||
#include <charconv>
|
||||
#include <cstdlib>
|
||||
#include <system_error>
|
||||
#include <version>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user