aboutsummaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/jsonparse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/jsonparse.cc b/json/jsonparse.cc
index bf1760d3..3bcbe285 100644
--- a/json/jsonparse.cc
+++ b/json/jsonparse.cc
@@ -25,10 +25,10 @@
#include <assert.h>
#include <fstream>
#include <iostream>
+#include <iterator>
#include <log.h>
#include <map>
#include <string>
-#include <iterator>
#include "nextpnr.h"
NEXTPNR_NAMESPACE_BEGIN