aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr.h2
1 files changed, 1 insertions, 1 deletions
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<NEXTPNR_NAMESPACE_PREFIX IdString>
return std::hash<std::string>()(obj.data);
}
};
-}
+} // namespace std
NEXTPNR_NAMESPACE_BEGIN