]> granicus.if.org Git - clang/commitdiff
Explicitly include raw_ostream.h instead of relying on transitive inclusion.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Mar 2015 18:05:43 +0000 (18:05 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Mar 2015 18:05:43 +0000 (18:05 +0000)
NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232975 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/UnwrappedLineParser.cpp

index cea6e8a2016ddfdca75587a2b4dcc2cf503e7d8f..10ce0e9bee273c787b937107838d374f46e457e0 100644 (file)
@@ -16,6 +16,7 @@
 #include "UnwrappedLineParser.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 
 #define DEBUG_TYPE "format-parser"