Add missing system header includes. (#330)

Signed-off-by: Sean Luchen <seanluchen@google.com>
This commit is contained in:
Logikable 2025-11-17 09:23:32 -08:00 committed by GitHub
parent 16a92707fb
commit c4b94c3ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include "ArcDelayCalc.hh" #include "ArcDelayCalc.hh"
#include <cstdlib>
#include "Units.hh" #include "Units.hh"
#include "Liberty.hh" #include "Liberty.hh"
#include "TimingArc.hh" #include "TimingArc.hh"

View File

@ -24,6 +24,7 @@
#include "TableModel.hh" #include "TableModel.hh"
#include <cmath>
#include <string> #include <string>
#include "Error.hh" #include "Error.hh"