aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGPUCode <[email protected]>2022-11-06 21:46:14 +0200
committerGPUCode <[email protected]>2023-05-09 17:18:52 +0300
commitd75e3198d0c6a17c3d798ad5daf3133a52579f93 (patch)
treebe403224b3952a08905263e33bcf5b9ae129cbed
parente0d528d7bfc638684afebd9b4b0272be8ca80c89 (diff)
downloadsirit-d75e3198d0c6a17c3d798ad5daf3133a52579f93.tar.gz
sirit-d75e3198d0c6a17c3d798ad5daf3133a52579f93.zip
stream: Add missing span include
-rw-r--r--src/stream.h1
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>