mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 14:54:32 +02:00
Fix header-only compilation errors in some configurations
Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ Version 264:
|
||||
* Fix missing initializer warning in `basic_fields`
|
||||
* Remove unused functions in `impl/static_string.hpp`
|
||||
* Fix unused variable warning in `multi_buffer`
|
||||
* Fix header-only compilation errors in some configurations
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <boost/beast/core/detail/sha1.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
|
||||
|
Reference in New Issue
Block a user