forked from OSchip/llvm-project
Make the BugType.h header self-contained so Daniel will stop bugging me ;)
llvm-svn: 90887
This commit is contained in:
parent
4a6b337cfd
commit
347e9007c4
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue