Add missing system header includes. (#330)
Signed-off-by: Sean Luchen <seanluchen@google.com>
This commit is contained in:
parent
16a92707fb
commit
c4b94c3ee5
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "ArcDelayCalc.hh"
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#include "Units.hh"
|
||||
#include "Liberty.hh"
|
||||
#include "TimingArc.hh"
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "TableModel.hh"
|
||||
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
|
||||
#include "Error.hh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue