diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-07-03 08:52:19 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-07-03 08:53:44 +0200 |
commit | 1cf82930191d6498fc14e1854472f0d955a4c4ea (patch) | |
tree | 58edfdc7fc506ab46591beac8e74ba9dd8c5b08f /json | |
parent | fe1ad5b086c46b82aa72cb0f9625ebdf941e50f9 (diff) | |
download | nextpnr-1cf82930191d6498fc14e1854472f0d955a4c4ea.tar.gz nextpnr-1cf82930191d6498fc14e1854472f0d955a4c4ea.tar.bz2 nextpnr-1cf82930191d6498fc14e1854472f0d955a4c4ea.zip |
Fixed macros and includes for MSVC
Diffstat (limited to 'json')
-rw-r--r-- | json/jsonparse.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/jsonparse.cc b/json/jsonparse.cc index 418147e8..bf1760d3 100644 --- a/json/jsonparse.cc +++ b/json/jsonparse.cc @@ -28,6 +28,7 @@ #include <log.h> #include <map> #include <string> +#include <iterator> #include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN |