summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/UndefBranchChecker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Checker/UndefBranchChecker.cpp')
-rw-r--r--clang/lib/Checker/UndefBranchChecker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Checker/UndefBranchChecker.cpp b/clang/lib/Checker/UndefBranchChecker.cpp
index e047b187b10..90883456b17 100644
--- a/clang/lib/Checker/UndefBranchChecker.cpp
+++ b/clang/lib/Checker/UndefBranchChecker.cpp
@@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//
#include "GRExprEngineInternalChecks.h"
+#include "clang/Checker/BugReporter/BugType.h"
#include "clang/Checker/PathSensitive/Checker.h"
using namespace clang;
OpenPOWER on IntegriCloud