Author: sammccall Date: Mon Nov 26 05:35:02 2018 New Revision: 347554 URL: http://llvm.org/viewvc/llvm-project?rev=347554&view=rev Log: [clangd] Fix missing include from r347538 - fix windows buildbots
Modified: clang-tools-extra/trunk/clangd/index/Background.cpp Modified: clang-tools-extra/trunk/clangd/index/Background.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/Background.cpp?rev=347554&r1=347553&r2=347554&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/index/Background.cpp (original) +++ clang-tools-extra/trunk/clangd/index/Background.cpp Mon Nov 26 05:35:02 2018 @@ -26,6 +26,7 @@ #include "llvm/Support/SHA1.h" #include <memory> +#include <numeric> #include <queue> #include <random> #include <string> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits