diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2018-08-02 08:24:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 08:24:30 -0700 |
commit | 775dba2bee48e2809dad980cc80f8d912bbf3380 (patch) | |
tree | f670d2538eec1c6ca877826642c48353baf2cb3c /ecp5/config.h | |
parent | 109035e621aad5f567195f485ff4406721e44ac9 (diff) | |
parent | f1893f9681ea82e146fdf3d2e9d3bba7b667f8fb (diff) | |
download | nextpnr-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/config.h')
-rw-r--r-- | ecp5/config.h | 1 |
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 |