From e0a851976f7bc51702bc6ba667f36749cd554ebb Mon Sep 17 00:00:00 2001 From: David Shah Date: Wed, 4 Jul 2018 12:15:23 +0200 Subject: refactor: Replace assert with NPNR_ASSERT Signed-off-by: David Shah --- json/jsonparse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') 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 #include #include +#include #include #include #include -#include #include "nextpnr.h" NEXTPNR_NAMESPACE_BEGIN -- cgit v1.2.3