From: Benjamin Kramer Date: Sat, 1 Dec 2012 17:54:07 +0000 (+0000) Subject: Add raw_ostream include to pacify MSVC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d5a78d5a0c724f35af5ea2f17b2b88b32335e24;p=clang Add raw_ostream include to pacify MSVC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169097 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp b/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp index 98d2a85ace..1b8f7ca13e 100644 --- a/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp @@ -44,6 +44,7 @@ #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h" #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" #include "clang/AST/ParentMap.h" +#include "llvm/Support/raw_ostream.h" using namespace clang; using namespace ento;