aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/json/jsonparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/json/jsonparse.h')
-rw-r--r--frontend/json/jsonparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/json/jsonparse.h b/frontend/json/jsonparse.h
index a1c28a42..8d863029 100644
--- a/frontend/json/jsonparse.h
+++ b/frontend/json/jsonparse.h
@@ -22,7 +22,7 @@
#include <istream>
#include <string>
-#include "design.h"
+#include "nextpnr.h"
extern void parse_json_file(std::istream *&, std::string &, Design *);