aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/config.cc')
-rw-r--r--ecp5/config.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp5/config.cc b/ecp5/config.cc
index e44326be..ea9ece0d 100644
--- a/ecp5/config.cc
+++ b/ecp5/config.cc
@@ -20,7 +20,9 @@
#include "config.h"
#include <boost/range/adaptor/reversed.hpp>
#include <iomanip>
+#include <set>
#include "log.h"
+
NEXTPNR_NAMESPACE_BEGIN
#define fmt(x) (static_cast<const std::ostringstream &>(std::ostringstream() << x).str())