Преглед на файлове

Vector include is needed

Sam Jaffe преди 8 години
родител
ревизия
d8ed3acf4c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      streams/streams.hpp

+ 1 - 0
streams/streams.hpp

@@ -3,6 +3,7 @@
 #include <algorithm>
 #include <memory>
 #include <numeric>
+#include <vector>
 
 #define DELEGATE_ITERATOR_IMPL_BASE(impl) \
   bool operator==(iterator const&other) const { \