aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/config.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-02 14:51:05 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-02 14:51:05 +0200
commitf1893f9681ea82e146fdf3d2e9d3bba7b667f8fb (patch)
tree2cb1066ce40ae9b5730cdeec4e5885c5c43ae6f6 /ecp5/config.h
parentfc882d73d6511be4325a7b9c16d6833263c06b10 (diff)
downloadnextpnr-f1893f9681ea82e146fdf3d2e9d3bba7b667f8fb.tar.gz
nextpnr-f1893f9681ea82e146fdf3d2e9d3bba7b667f8fb.tar.bz2
nextpnr-f1893f9681ea82e146fdf3d2e9d3bba7b667f8fb.zip
Add missing files and missing includes for MSVC
Diffstat (limited to 'ecp5/config.h')
-rw-r--r--ecp5/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp5/config.h b/ecp5/config.h
index 637069e9..038ddbf0 100644
--- a/ecp5/config.h
+++ b/ecp5/config.h
@@ -21,6 +21,7 @@
#define ECP5_CONFIG_H
#include "nextpnr.h"
+#include <map>
NEXTPNR_NAMESPACE_BEGIN