aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr_types.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-02-26 15:11:33 +0000
committergatecat <gatecat@ds0.me>2022-02-26 15:11:33 +0000
commit434a9737bb459189b463c8768454ea6c0e151406 (patch)
tree9930d7e5787d0eb757f29db66f2efc2575456eca /common/nextpnr_types.h
parent0b4f1e2b51990a512edd2129145b3ff463dcdd21 (diff)
downloadnextpnr-434a9737bb459189b463c8768454ea6c0e151406.tar.gz
nextpnr-434a9737bb459189b463c8768454ea6c0e151406.tar.bz2
nextpnr-434a9737bb459189b463c8768454ea6c0e151406.zip
Add indexed_store container type
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/nextpnr_types.h')
-rw-r--r--common/nextpnr_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/nextpnr_types.h b/common/nextpnr_types.h
index cf93a071..4e5432ce 100644
--- a/common/nextpnr_types.h
+++ b/common/nextpnr_types.h
@@ -29,6 +29,7 @@
#include "archdefs.h"
#include "hashlib.h"
+#include "indexed_store.h"
#include "nextpnr_base_types.h"
#include "nextpnr_namespaces.h"
#include "property.h"