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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/json/jsonparse.h b/frontend/json/jsonparse.h
index 8d863029..ca0844e7 100644
--- a/frontend/json/jsonparse.h
+++ b/frontend/json/jsonparse.h
@@ -24,6 +24,10 @@
#include <string>
#include "nextpnr.h"
+NEXTPNR_NAMESPACE_BEGIN
+
extern void parse_json_file(std::istream *&, std::string &, Design *);
+NEXTPNR_NAMESPACE_END
+
#endif