From 6ff7beae4865925faeb68da3b66943e49ba5fc9c Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Fri, 25 Feb 2022 19:40:41 +0100 Subject: [PATCH] Add missing include for file_body test close #2391 --- CHANGELOG.md | 4 ++++ test/beast/http/file_body.cpp | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7363b4ff..648353d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +* Add missing include in `file_body` test. + +-------------------------------------------------------------------------------- + Version 328: * Add ARM64 builds to Drone CI. diff --git a/test/beast/http/file_body.cpp b/test/beast/http/file_body.cpp index 3a7f788b..2c32db4f 100644 --- a/test/beast/http/file_body.cpp +++ b/test/beast/http/file_body.cpp @@ -20,6 +20,7 @@ #include #include #include +#include namespace boost { namespace beast {