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 {