aboutsummaryrefslogtreecommitdiffstats
path: root/common/nextpnr_assertions.h
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2021-03-16 05:52:41 +0000
committerwhitequark <whitequark@whitequark.org>2021-03-16 05:52:41 +0000
commite1cd98ba15952d303f546b80c1b3a05e9bacb917 (patch)
tree879e64f5482abda1341b1223516bd159846f23b9 /common/nextpnr_assertions.h
parentbf5f0fc58f2c055b6f45a6300ce3895aa79cd27c (diff)
downloadnextpnr-e1cd98ba15952d303f546b80c1b3a05e9bacb917.tar.gz
nextpnr-e1cd98ba15952d303f546b80c1b3a05e9bacb917.tar.bz2
nextpnr-e1cd98ba15952d303f546b80c1b3a05e9bacb917.zip
Add missing includes to fix WASI build.
Diffstat (limited to 'common/nextpnr_assertions.h')
-rw-r--r--common/nextpnr_assertions.h1
1 files changed, 1 insertions, 0 deletions
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 <stdexcept>
+#include <string>
#include "nextpnr_namespaces.h"