diff options
author | GPUCode <[email protected]> | 2022-11-06 21:46:14 +0200 |
---|---|---|
committer | GPUCode <[email protected]> | 2023-05-09 17:18:52 +0300 |
commit | d75e3198d0c6a17c3d798ad5daf3133a52579f93 (patch) | |
tree | be403224b3952a08905263e33bcf5b9ae129cbed /src/stream.h | |
parent | e0d528d7bfc638684afebd9b4b0272be8ca80c89 (diff) | |
download | sirit-d75e3198d0c6a17c3d798ad5daf3133a52579f93.tar.gz sirit-d75e3198d0c6a17c3d798ad5daf3133a52579f93.zip |
stream: Add missing span include
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index 7029b6c..42e2041 100644 --- a/src/stream.h +++ b/src/stream.h @@ -7,6 +7,7 @@ #pragma once #include <bit> +#include <span> #include <cassert> #include <concepts> #include <cstddef> |