]> granicus.if.org Git - clang/commitdiff
Make the BugType.h header self-contained so Daniel will stop bugging me ;)
authorAnders Carlsson <andersca@mac.com>
Tue, 8 Dec 2009 22:16:41 +0000 (22:16 +0000)
committerAnders Carlsson <andersca@mac.com>
Tue, 8 Dec 2009 22:16:41 +0000 (22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90887 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/BugType.h

index 4f1523a5440d16093fdf1122c7d9a4dc6b2eb96a..b75a8189e54ca73b4b4c586a36f0b6dfbf619ad7 100644 (file)
@@ -14,6 +14,7 @@
 #ifndef LLVM_CLANG_ANALYSIS_BUGTYPE
 #define LLVM_CLANG_ANALYSIS_BUGTYPE
 
+#include "clang/Analysis/PathSensitive/BugReporter.h"
 #include <llvm/ADT/FoldingSet.h>
 #include <string>