diff options
Diffstat (limited to 'lib/Checker/UndefCapturedBlockVarChecker.cpp')
| -rw-r--r-- | lib/Checker/UndefCapturedBlockVarChecker.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Checker/UndefCapturedBlockVarChecker.cpp b/lib/Checker/UndefCapturedBlockVarChecker.cpp index a8d7284b40ac9..b1010c9c48921 100644 --- a/lib/Checker/UndefCapturedBlockVarChecker.cpp +++ b/lib/Checker/UndefCapturedBlockVarChecker.cpp @@ -14,7 +14,7 @@  #include "GRExprEngineInternalChecks.h"  #include "clang/Checker/PathSensitive/CheckerVisitor.h"  #include "clang/Checker/PathSensitive/GRExprEngine.h" -#include "clang/Checker/BugReporter/BugReporter.h" +#include "clang/Checker/BugReporter/BugType.h"  #include "llvm/Support/raw_ostream.h"  using namespace clang; | 
