r232975 - Explicitly include raw_ostream.h instead of relying on transitive inclusion.
Benjamin Kramer
benny.kra at googlemail.com
Mon Mar 23 11:05:43 PDT 2015
Author: d0k
Date: Mon Mar 23 13:05:43 2015
New Revision: 232975
URL: http://llvm.org/viewvc/llvm-project?rev=232975&view=rev
Log:
Explicitly include raw_ostream.h instead of relying on transitive inclusion.
NFC.
Modified:
cfe/trunk/lib/Format/UnwrappedLineParser.cpp
Modified: cfe/trunk/lib/Format/UnwrappedLineParser.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/UnwrappedLineParser.cpp?rev=232975&r1=232974&r2=232975&view=diff
==============================================================================
--- cfe/trunk/lib/Format/UnwrappedLineParser.cpp (original)
+++ cfe/trunk/lib/Format/UnwrappedLineParser.cpp Mon Mar 23 13:05:43 2015
@@ -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"
More information about the cfe-commits
mailing list