From e1cd98ba15952d303f546b80c1b3a05e9bacb917 Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 16 Mar 2021 05:52:41 +0000 Subject: Add missing includes to fix WASI build. --- common/nextpnr_assertions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/nextpnr_assertions.h') diff --git a/common/nextpnr_assertions.h b/common/nextpnr_assertions.h index 85a724c6..e1a30458 100644 --- a/common/nextpnr_assertions.h +++ b/common/nextpnr_assertions.h @@ -22,6 +22,7 @@ #define NEXTPNR_ASSERTIONS_H #include +#include #include "nextpnr_namespaces.h" -- cgit v1.2.3