소스 검색

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