diff options
Diffstat (limited to 'lib/GR/BugReporter.cpp')
-rw-r--r-- | lib/GR/BugReporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GR/BugReporter.cpp b/lib/GR/BugReporter.cpp index 432182313b..dedbd702bc 100644 --- a/lib/GR/BugReporter.cpp +++ b/lib/GR/BugReporter.cpp @@ -14,7 +14,7 @@ #include "clang/GR/BugReporter/BugReporter.h" #include "clang/GR/BugReporter/BugType.h" -#include "clang/GR/PathSensitive/GRExprEngine.h" +#include "clang/GR/PathSensitive/ExprEngine.h" #include "clang/AST/ASTContext.h" #include "clang/Analysis/CFG.h" #include "clang/AST/Expr.h" |