From 6707b985b4b62cf201778735bb1fef3e12567ec9 Mon Sep 17 00:00:00 2001 From: David Shah Date: Tue, 12 Jun 2018 15:13:33 +0200 Subject: ice40: Add support for LC placement constraints in packer Signed-off-by: David Shah --- common/nextpnr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/nextpnr.h b/common/nextpnr.h index bc92719f..b25750eb 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -75,7 +75,7 @@ template <> struct hash return std::hash()(obj.data); } }; -} +} // namespace std NEXTPNR_NAMESPACE_BEGIN -- cgit v1.2.3