From dbdf49e313c1379ceded1145c1f6d70fb5e8d390 Mon Sep 17 00:00:00 2001 From: AeroStun <24841307+AeroStun@users.noreply.github.com> Date: Sun, 6 Oct 2019 15:52:30 +0200 Subject: [PATCH] Added missing header inclusions in deflate stream test Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com> --- test/beast/zlib/deflate_stream.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/beast/zlib/deflate_stream.cpp b/test/beast/zlib/deflate_stream.cpp index faf6ffc2..a9b0d162 100644 --- a/test/beast/zlib/deflate_stream.cpp +++ b/test/beast/zlib/deflate_stream.cpp @@ -12,7 +12,9 @@ #include #include +#include #include +#include #include #include "zlib-1.2.11/zlib.h"