compile errors

This commit is contained in:
James Cherry 2020-12-26 08:29:43 -08:00
parent 7d6c70c6f8
commit 7cf85f7771
3 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "StaMain.hh"
#include <stdio.h>
#include <cstdlib> // exit
#include <tcl.h>
#include "StaConfig.hh" // STA_VERSION

View File

@ -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,

View File

@ -17,6 +17,7 @@
#include "Report.hh"
#include <algorithm> // min
#include <cstdlib> // exit
#include "Error.hh"