1
0
Fork 0
forked from lthn/blockchain

gcc compilation fixed

This commit is contained in:
sowle 2020-08-19 18:35:16 +03:00
parent 5a0cfe1b4a
commit a4994a87ef
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -8,6 +8,7 @@
#include <iosfwd>
#include <type_traits>
#include <boost/iostreams/categories.hpp> // sink_tag
#include <boost/iostreams/operations.hpp> // boost::iostreams::write, boost::iostreams::read
#include "include_base_utils.h"
#include "crypto/chacha8.h"
#include "crypto/chacha8_stream.h"