From: Benjamin Kramer Date: Mon, 23 Mar 2015 18:05:43 +0000 (+0000) Subject: Explicitly include raw_ostream.h instead of relying on transitive inclusion. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=759addd0949af13cbcaa0c9fc030105244743586;p=clang Explicitly include raw_ostream.h instead of relying on transitive inclusion. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@232975 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp index cea6e8a201..10ce0e9bee 100644 --- a/lib/Format/UnwrappedLineParser.cpp +++ b/lib/Format/UnwrappedLineParser.cpp @@ -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"