aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2018-08-02 08:24:30 -0700
committerGitHub <noreply@github.com>2018-08-02 08:24:30 -0700
commit775dba2bee48e2809dad980cc80f8d912bbf3380 (patch)
treef670d2538eec1c6ca877826642c48353baf2cb3c /ecp5/arch.h
parent109035e621aad5f567195f485ff4406721e44ac9 (diff)
parentf1893f9681ea82e146fdf3d2e9d3bba7b667f8fb (diff)
downloadnextpnr-775dba2bee48e2809dad980cc80f8d912bbf3380.tar.gz
nextpnr-775dba2bee48e2809dad980cc80f8d912bbf3380.tar.bz2
nextpnr-775dba2bee48e2809dad980cc80f8d912bbf3380.zip
Merge pull request #15 from YosysHQ/fix-ecp5-msvc
Add missing files and missing includes for MSVC
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 1ddc4003..d450321d 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -22,6 +22,7 @@
#error Include "arch.h" via "nextpnr.h" only.
#endif
+#include <set>
#include <sstream>
NEXTPNR_NAMESPACE_BEGIN