aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorvoidanix <[email protected]>2022-02-16 12:33:42 +0100
committerRodrigo Locatti <[email protected]>2022-04-28 15:43:21 -0300
commitb8f133bf631ace5a613bbd7e8329300358cacbd2 (patch)
treebf4e263f95dd2e2f2f8cb87edc39528543c1bae7
parent8cfe8badf70a7da0fa41e7f236bd6c5e52fa41ff (diff)
downloadsirit-b8f133bf631ace5a613bbd7e8329300358cacbd2.tar.gz
sirit-b8f133bf631ace5a613bbd7e8329300358cacbd2.zip
Include <utility> header for gcc 12
-rw-r--r--src/stream.h1
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>