]> granicus.if.org Git - clang/commitdiff
Hopefully appease Windows buildbot with Japanese (?) error message.
authorDaniel Jasper <djasper@google.com>
Mon, 8 Oct 2012 18:37:21 +0000 (18:37 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 8 Oct 2012 18:37:21 +0000 (18:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165414 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Tooling/FileMatchTrie.cpp

index 9b1be62875a827a8429c1f603112d47fe31bbef7..8f25a8c2bcfbdd356f3230bf7b38f80524acd69e 100644 (file)
@@ -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 {