aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/route.cc')
-rw-r--r--common/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/route.cc b/common/route.cc
index 28a51bc6..b57bc29f 100644
--- a/common/route.cc
+++ b/common/route.cc
@@ -37,7 +37,7 @@ template <> struct greater<QueuedWire>
return lhs.delay.avgDelay() > rhs.delay.avgDelay();
}
};
-}
+} // namespace std
void route_design(Design *design)
{