aboutsummaryrefslogtreecommitdiffstats
path: root/common/kernel/command.cc
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 /common/kernel/command.cc
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 'common/kernel/command.cc')
-rw-r--r--common/kernel/command.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/kernel/command.cc b/common/kernel/command.cc
index bf785148..842d8a71 100644
--- a/common/kernel/command.cc
+++ b/common/kernel/command.cc
@@ -34,6 +34,8 @@
#include <fstream>
#include <iostream>
#include <random>
+#include <set>
+
#include "command.h"
#include "design_utils.h"
#include "json_frontend.h"