[cfe-commits] r165414 - /cfe/trunk/lib/Tooling/FileMatchTrie.cpp

Daniel Jasper djasper at google.com
Mon Oct 8 11:37:21 PDT 2012


Author: djasper
Date: Mon Oct  8 13:37:21 2012
New Revision: 165414

URL: http://llvm.org/viewvc/llvm-project?rev=165414&view=rev
Log:
Hopefully appease Windows buildbot with Japanese (?) error message.

Modified:
    cfe/trunk/lib/Tooling/FileMatchTrie.cpp

Modified: cfe/trunk/lib/Tooling/FileMatchTrie.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Tooling/FileMatchTrie.cpp?rev=165414&r1=165413&r2=165414&view=diff
==============================================================================
--- cfe/trunk/lib/Tooling/FileMatchTrie.cpp (original)
+++ cfe/trunk/lib/Tooling/FileMatchTrie.cpp Mon Oct  8 13:37:21 2012
@@ -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 {





More information about the cfe-commits mailing list