From 902957de1e0bc3d42a626a644f6cbc2c497a3bc0 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Wed, 2 Nov 2022 12:19:45 -0700 Subject: [PATCH] PathExpanded missing include Signed-off-by: James Cherry --- include/sta/PathExpanded.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sta/PathExpanded.hh b/include/sta/PathExpanded.hh index 53ff0d34..b3382bef 100644 --- a/include/sta/PathExpanded.hh +++ b/include/sta/PathExpanded.hh @@ -19,6 +19,7 @@ #include "TimingArc.hh" #include "GraphClass.hh" #include "SearchClass.hh" +#include "PathRef.hh" #include "StaState.hh" namespace sta {