소스 검색

Add raw_ostream include to pacify MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169097 91177308-0d34-0410-b5e6-96231b3b80d8
Benjamin Kramer 12 년 전
부모
커밋
9d5a78d5a0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp

+ 1 - 0
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp

@@ -44,6 +44,7 @@
 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
 #include "clang/AST/ParentMap.h"
 #include "clang/AST/ParentMap.h"
+#include "llvm/Support/raw_ostream.h"
 
 
 using namespace clang;
 using namespace clang;
 using namespace ento;
 using namespace ento;