From b8f133bf631ace5a613bbd7e8329300358cacbd2 Mon Sep 17 00:00:00 2001 From: voidanix <51296985+voidanix@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:33:42 +0100 Subject: [PATCH] Include header for gcc 12 --- src/stream.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #ifndef __cpp_lib_bit_cast #include