diff options
author | Catherine <whitequark@whitequark.org> | 2023-02-23 02:32:19 +0000 |
---|---|---|
committer | Catherine <whitequark@whitequark.org> | 2023-02-23 02:32:19 +0000 |
commit | 4b4f4a7da11f5fb105b570741184e4fd559df5b9 (patch) | |
tree | f1ccafcb964e709cc4a83529b6eaa9e662674bee /common/kernel/archcheck.cc | |
parent | 0c4e0d4312c94eaf3ef17d1d9a361f727def6aac (diff) | |
download | nextpnr-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.cc | 2 |
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" |