back-port missing include for GCC 10
This commit is contained in:
parent
b26629885b
commit
47dede4f7e
|
@ -33,6 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
#ifndef TORRENT_SPAN_HPP_INCLUDED
|
||||
#define TORRENT_SPAN_HPP_INCLUDED
|
||||
|
||||
#include <string>
|
||||
#include <array>
|
||||
#include <type_traits>
|
||||
#include "libtorrent/assert.hpp"
|
||||
|
|
Loading…
Reference in New Issue