Open
Description
The main header file doesn't include MemoryStream.hpp
.
Fix:
--- StreamUtils.h.orig 2019-06-05 08:30:33.000000000 +0100
+++ StreamUtils.h 2019-07-17 21:20:23.643851000 +0100
@@ -10,6 +10,7 @@
#include "StreamUtils/Prints/BufferingPrint.hpp"
#include "StreamUtils/Prints/LoggingPrint.hpp"
#include "StreamUtils/Streams/LoggingStream.hpp"
+#include "StreamUtils/Streams/MemoryStream.hpp"
#include "StreamUtils/Streams/ReadBufferingStream.hpp"
#include "StreamUtils/Streams/ReadLoggingStream.hpp"
#include "StreamUtils/Streams/ReadThrottlingStream.hpp"