LumpedCapDelayCalc.cc use std::isnan
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
b0bede4c6d
commit
2cfc45f6ae
|
|
@ -16,6 +16,8 @@
|
|||
|
||||
#include "LumpedCapDelayCalc.hh"
|
||||
|
||||
#include <cmath> // isnan
|
||||
|
||||
#include "Debug.hh"
|
||||
#include "Units.hh"
|
||||
#include "TimingArc.hh"
|
||||
|
|
@ -29,6 +31,8 @@
|
|||
|
||||
namespace sta {
|
||||
|
||||
using std::isnan;
|
||||
|
||||
ArcDelayCalc *
|
||||
makeLumpedCapDelayCalc(StaState *sta)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue