Make the BugType.h header self-contained so Daniel will stop bugging me ;)

llvm-svn: 90887
This commit is contained in:
Anders Carlsson 2009-12-08 22:16:41 +00:00
parent 4a6b337cfd
commit 347e9007c4
1 changed files with 1 additions and 0 deletions

View 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>