Sam Jaffe 3 лет назад
Родитель
Сommit
4758b4be64
2 измененных файлов с 4 добавлено и 0 удалено
  1. 2 0
      include/stream/streams/make_stream.hpp
  2. 2 0
      include/stream/streams/source.hpp

+ 2 - 0
include/stream/streams/make_stream.hpp

@@ -1,5 +1,7 @@
 #pragma once
 
+#include <memory>
+
 #include "source.hpp"
 
 namespace stream {

+ 2 - 0
include/stream/streams/source.hpp

@@ -1,5 +1,7 @@
 #pragma once
 
+#include <iterator>
+
 namespace stream { namespace detail {
   template <typename Iter> class source_iterator {
   public: