diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:55:10 +0000 | 
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-04-02 08:55:10 +0000 | 
| commit | 11d2b2d2bb706fca0656f2760839721bb7f6cb6f (patch) | |
| tree | d374cdca417e76f1bf101f139dba2db1d10ee8f7 /lib/Checker/CastToStructChecker.cpp | |
| parent | c0c7bca4e5b8d12699dc93a0da49e9e4bb79671b (diff) | |
Notes
Diffstat (limited to 'lib/Checker/CastToStructChecker.cpp')
| -rw-r--r-- | lib/Checker/CastToStructChecker.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Checker/CastToStructChecker.cpp b/lib/Checker/CastToStructChecker.cpp index bef5bc285ee20..2c16f89058119 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"  | 
