aboutsummaryrefslogtreecommitdiffstats
path: root/nexus
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2023-01-20 09:04:41 +0100
committergatecat <gatecat@ds0.me>2023-01-20 09:04:41 +0100
commit7845b665125074d6cc9d7b71d1d69f8c261c1d50 (patch)
tree32792ec9c0ea391c0084a8968d2853151a1a4113 /nexus
parent06eaffc57cdd9f4083a4ed2bab435771a8121ad0 (diff)
downloadnextpnr-7845b665125074d6cc9d7b71d1d69f8c261c1d50.tar.gz
nextpnr-7845b665125074d6cc9d7b71d1d69f8c261c1d50.tar.bz2
nextpnr-7845b665125074d6cc9d7b71d1d69f8c261c1d50.zip
Add missing <set> includes
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'nexus')
-rw-r--r--nexus/fasm.cc1
-rw-r--r--nexus/pack.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/nexus/fasm.cc b/nexus/fasm.cc
index 81208c0f..a725e7b1 100644
--- a/nexus/fasm.cc
+++ b/nexus/fasm.cc
@@ -24,6 +24,7 @@
#include <boost/range/adaptor/reversed.hpp>
#include <queue>
+#include <set>
NEXTPNR_NAMESPACE_BEGIN
namespace {
diff --git a/nexus/pack.cc b/nexus/pack.cc
index cd042485..4b39542d 100644
--- a/nexus/pack.cc
+++ b/nexus/pack.cc
@@ -25,6 +25,7 @@
#include <boost/algorithm/string.hpp>
#include <queue>
+#include <set>
NEXTPNR_NAMESPACE_BEGIN