mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
Add missing include
This commit is contained in:
committed by
Vinnie Falco
parent
ea078cfcdb
commit
5a82673089
@@ -5,6 +5,7 @@ Version 286:
|
|||||||
* Refactor static_buffer
|
* Refactor static_buffer
|
||||||
* Refactor flat_buffer
|
* Refactor flat_buffer
|
||||||
* Refactor flat_static_buffer
|
* Refactor flat_static_buffer
|
||||||
|
* Fix missing include in sha1.hpp
|
||||||
|
|
||||||
API Changes:
|
API Changes:
|
||||||
|
|
||||||
|
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
#include <boost/beast/core/detail/config.hpp>
|
#include <boost/beast/core/detail/config.hpp>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
// Based on https://github.com/vog/sha1
|
// Based on https://github.com/vog/sha1
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user