diff options
Diffstat (limited to 'machxo2/config.cc')
-rw-r--r-- | machxo2/config.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machxo2/config.cc b/machxo2/config.cc index 0c5b0741..34c4954e 100644 --- a/machxo2/config.cc +++ b/machxo2/config.cc @@ -21,7 +21,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()) |