compile errors
This commit is contained in:
parent
7d6c70c6f8
commit
7cf85f7771
|
|
@ -17,6 +17,7 @@
|
|||
#include "StaMain.hh"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <cstdlib> // exit
|
||||
#include <tcl.h>
|
||||
|
||||
#include "StaConfig.hh" // STA_VERSION
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#include "Power.hh"
|
||||
|
||||
#include <algorithm> // max
|
||||
#include <cmath> // aps
|
||||
|
||||
#include "Debug.hh"
|
||||
#include "EnumNameMap.hh"
|
||||
|
|
@ -60,6 +61,8 @@
|
|||
|
||||
namespace sta {
|
||||
|
||||
using std::abs;
|
||||
|
||||
static bool
|
||||
isPositiveUnate(const LibertyCell *cell,
|
||||
const LibertyPort *from,
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#include "Report.hh"
|
||||
|
||||
#include <algorithm> // min
|
||||
#include <cstdlib> // exit
|
||||
|
||||
#include "Error.hh"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue