diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/base_clusterinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/base_clusterinfo.h b/common/base_clusterinfo.h index 32e6f87e..65e8e6d4 100644 --- a/common/base_clusterinfo.h +++ b/common/base_clusterinfo.h @@ -23,6 +23,8 @@ #include "idstring.h" #include "nextpnr_namespaces.h" +#include <vector> + NEXTPNR_NAMESPACE_BEGIN struct CellInfo; |