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