diff options
Diffstat (limited to 'common/design.h')
| -rw-r--r-- | common/design.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/common/design.h b/common/design.h index ae2657f2..e763ed48 100644 --- a/common/design.h +++ b/common/design.h @@ -24,6 +24,8 @@  #error Include "design.h" via "nextpnr.h" only.  #endif +NEXTPNR_NAMESPACE_BEGIN +  struct CellInfo;  struct PortRef @@ -81,4 +83,6 @@ struct Design      std::unordered_map<IdString, CellInfo *> cells;  }; +NEXTPNR_NAMESPACE_END +  #endif  | 
