aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/CastToStructChecker.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-03-27 21:19:47 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-03-27 21:19:47 +0000
commit5e2d2c2ee3cf410643e0f9a5701708e51409d973 (patch)
treef69c8fe5dc3f7b2e23914f32635cea7677ebcf2e /lib/Checker/CastToStructChecker.cpp
parentf28385991fa724ac0bd6017d709f17b1838cfea3 (diff)
Checker: random include cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/CastToStructChecker.cpp')
-rw-r--r--lib/Checker/CastToStructChecker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Checker/CastToStructChecker.cpp b/lib/Checker/CastToStructChecker.cpp
index bef5bc285e..2c16f89058 100644
--- a/lib/Checker/CastToStructChecker.cpp
+++ b/lib/Checker/CastToStructChecker.cpp
@@ -13,6 +13,7 @@
//
//===----------------------------------------------------------------------===//
+#include "clang/Checker/BugReporter/BugType.h"
#include "clang/Checker/PathSensitive/CheckerVisitor.h"
#include "GRExprEngineInternalChecks.h"