Skip to content

Commit c4b94c3

Browse files
authored
Add missing system header includes. (#330)
Signed-off-by: Sean Luchen <[email protected]>
1 parent 16a9270 commit c4b94c3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dcalc/ArcDelayCalc.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
#include "ArcDelayCalc.hh"
2626

27+
#include <cstdlib>
28+
2729
#include "Units.hh"
2830
#include "Liberty.hh"
2931
#include "TimingArc.hh"

liberty/TableModel.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include "TableModel.hh"
2626

27+
#include <cmath>
2728
#include <string>
2829

2930
#include "Error.hh"

0 commit comments

Comments
 (0)