From 99cae2a125856797bba84bc3d674ca1ed76a94e4 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Mon, 28 Feb 2022 08:32:25 -0700 Subject: [PATCH] isnormal missing pkg qualifier Signed-off-by: James Cherry --- search/Power.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/search/Power.cc b/search/Power.cc index 50174366..fa4ceb3a 100644 --- a/search/Power.cc +++ b/search/Power.cc @@ -63,6 +63,7 @@ namespace sta { using std::abs; +using std::isnormal; static bool isPositiveUnate(const LibertyCell *cell,