aboutsummaryrefslogtreecommitdiffstats
path: root/common/kernel/archcheck.cc
diff options
context:
space:
mode:
authorCatherine <whitequark@whitequark.org>2023-02-23 02:32:19 +0000
committerCatherine <whitequark@whitequark.org>2023-02-23 02:32:19 +0000
commit4b4f4a7da11f5fb105b570741184e4fd559df5b9 (patch)
treef1ccafcb964e709cc4a83529b6eaa9e662674bee /common/kernel/archcheck.cc
parent0c4e0d4312c94eaf3ef17d1d9a361f727def6aac (diff)
downloadnextpnr-4b4f4a7da11f5fb105b570741184e4fd559df5b9.tar.gz
nextpnr-4b4f4a7da11f5fb105b570741184e4fd559df5b9.tar.bz2
nextpnr-4b4f4a7da11f5fb105b570741184e4fd559df5b9.zip
common: add missing includes for libc++.
Diffstat (limited to 'common/kernel/archcheck.cc')
-rw-r--r--common/kernel/archcheck.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/kernel/archcheck.cc b/common/kernel/archcheck.cc
index 23ec7aee..06282f43 100644
--- a/common/kernel/archcheck.cc
+++ b/common/kernel/archcheck.cc
@@ -17,6 +17,8 @@
*
*/
+#include <list>
+
#include "log.h"
#include "nextpnr.h"