diff options
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream.h b/src/stream.h index 42e2041..bf9e48a 100644 --- a/src/stream.h +++ b/src/stream.h @@ -7,11 +7,11 @@ #pragma once #include <bit> -#include <span> #include <cassert> #include <concepts> #include <cstddef> #include <functional> +#include <span> #include <string_view> #include <unordered_map> #include <variant> |