aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange
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 /fpga_interchange
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 'fpga_interchange')
-rw-r--r--fpga_interchange/arch.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc
index d20fe253..a1651c81 100644
--- a/fpga_interchange/arch.cc
+++ b/fpga_interchange/arch.cc
@@ -28,6 +28,7 @@
#include <cmath>
#include <cstring>
#include <queue>
+#include <set>
#include "constraints.impl.h"
#include "fpga_interchange.h"