浏览代码

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 { \