mongodb-2.6.10-fix-boost-1.57.patch 482 B

1234567891011121314
  1. diff -up mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h\~ mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h
  2. --- mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h~ 2015-01-13 18:12:06.000000000 +0100
  3. +++ mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h 2015-01-28 22:22:50.538934558 +0100
  4. @@ -17,6 +17,7 @@
  5. #include <boost/smart_ptr/scoped_array.hpp>
  6. #include <string.h>
  7. +#include <algorithm>
  8. namespace linenoise_utf8 {
  9. Diff finished. Wed Jan 28 22:24:47 2015