From 391d49c13ec675e263115d18481d4b842622b712 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 12 Jun 2018 14:24:59 +0200 Subject: Add nextpnr namespace Signed-off-by: Clifford Wolf --- common/pycontainers.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/pycontainers.h') diff --git a/common/pycontainers.h b/common/pycontainers.h index 423e36f5..992d0de9 100644 --- a/common/pycontainers.h +++ b/common/pycontainers.h @@ -27,6 +27,9 @@ #include #include #include +#include "nextpnr.h" + +NEXTPNR_NAMESPACE_BEGIN using namespace boost::python; @@ -270,4 +273,6 @@ template struct map_wrapper map_wrapper().wrap(#name, #name "KeyValue", #name "KeyValueIter", \ #name "Iterator") +NEXTPNR_NAMESPACE_END + #endif -- cgit v1.2.3