aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/nextpnr.h')
-rw-r--r--common/nextpnr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h
index fc14299d..4288f7fc 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -110,7 +110,7 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX IdString>
return obj.index;
}
};
-}
+} // namespace std
NEXTPNR_NAMESPACE_BEGIN