aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.h
diff options
context:
space:
mode:
authormyrtle <gatecat@ds0.me>2023-01-23 08:51:31 +0100
committerGitHub <noreply@github.com>2023-01-23 08:51:31 +0100
commit985c688bf6062553fafcfad386fa724b5e956302 (patch)
tree32792ec9c0ea391c0084a8968d2853151a1a4113 /machxo2/arch.h
parent06eaffc57cdd9f4083a4ed2bab435771a8121ad0 (diff)
parent7845b665125074d6cc9d7b71d1d69f8c261c1d50 (diff)
downloadnextpnr-985c688bf6062553fafcfad386fa724b5e956302.tar.gz
nextpnr-985c688bf6062553fafcfad386fa724b5e956302.tar.bz2
nextpnr-985c688bf6062553fafcfad386fa724b5e956302.zip
Merge pull request #1080 from YosysHQ/gatecat/missing-includes
Add missing <set> includes
Diffstat (limited to 'machxo2/arch.h')
-rw-r--r--machxo2/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/machxo2/arch.h b/machxo2/arch.h
index 489a44ab..214d8bb2 100644
--- a/machxo2/arch.h
+++ b/machxo2/arch.h
@@ -22,6 +22,7 @@
#define MACHXO2_ARCH_H
#include <cstdint>
+#include <set>
#include "base_arch.h"
#include "nextpnr_namespaces.h"