diff options
author | voidanix <[email protected]> | 2022-02-16 12:33:42 +0100 |
---|---|---|
committer | Rodrigo Locatti <[email protected]> | 2022-04-28 15:43:21 -0300 |
commit | b8f133bf631ace5a613bbd7e8329300358cacbd2 (patch) | |
tree | bf4e263f95dd2e2f2f8cb87edc39528543c1bae7 | |
parent | 8cfe8badf70a7da0fa41e7f236bd6c5e52fa41ff (diff) | |
download | sirit-b8f133bf631ace5a613bbd7e8329300358cacbd2.tar.gz sirit-b8f133bf631ace5a613bbd7e8329300358cacbd2.zip |
Include <utility> header for gcc 12
-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 ee3e7b8..7029b6c 100644 --- a/src/stream.h +++ b/src/stream.h @@ -15,6 +15,7 @@ #include <unordered_map> #include <variant> #include <vector> +#include <utility> #ifndef __cpp_lib_bit_cast #include <cstring> |