diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-12-01 17:54:07 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-12-01 17:54:07 +0000 |
commit | 9d5a78d5a0c724f35af5ea2f17b2b88b32335e24 (patch) | |
tree | b60ae65a335a4b987ada55fc7eae7f567a4e19e9 /lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp | |
parent | 8b9ed7106a40e8dacf212fa06eb859804b75a875 (diff) |
Add raw_ostream include to pacify MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |