From: Daniel Jasper Date: Mon, 8 Oct 2012 18:37:21 +0000 (+0000) Subject: Hopefully appease Windows buildbot with Japanese (?) error message. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a50adfd9a095cfa017751d41af409c5bc26edf;p=clang Hopefully appease Windows buildbot with Japanese (?) error message. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165414 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Tooling/FileMatchTrie.cpp b/lib/Tooling/FileMatchTrie.cpp index 9b1be62875..8f25a8c2bc 100644 --- a/lib/Tooling/FileMatchTrie.cpp +++ b/lib/Tooling/FileMatchTrie.cpp @@ -16,6 +16,7 @@ #include "llvm/ADT/StringMap.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/PathV2.h" +#include "llvm/Support/raw_ostream.h" namespace clang { namespace tooling {