From: Anders Carlsson Date: Tue, 8 Dec 2009 22:16:41 +0000 (+0000) Subject: Make the BugType.h header self-contained so Daniel will stop bugging me ;) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cdc25edb6ee3d1673baff05cd582b7285e04748;p=clang Make the BugType.h header self-contained so Daniel will stop bugging me ;) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90887 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/PathSensitive/BugType.h b/include/clang/Analysis/PathSensitive/BugType.h index 4f1523a544..b75a8189e5 100644 --- a/include/clang/Analysis/PathSensitive/BugType.h +++ b/include/clang/Analysis/PathSensitive/BugType.h @@ -14,6 +14,7 @@ #ifndef LLVM_CLANG_ANALYSIS_BUGTYPE #define LLVM_CLANG_ANALYSIS_BUGTYPE +#include "clang/Analysis/PathSensitive/BugReporter.h" #include #include