Now include "CFG.h" because the inline methods of "BlockEntrance" accessor

the methods of CFGBlock.

llvm-svn: 45925
This commit is contained in:
Ted Kremenek 2008-01-13 04:08:45 +00:00
parent 990d7d5205
commit 2ae51a5d27
1 changed files with 2 additions and 5 deletions

View File

@ -15,16 +15,13 @@
#ifndef LLVM_CLANG_ANALYSIS_PROGRAM_POINT
#define LLVM_CLANG_ANALYSIS_PROGRAM_POINT
#include "clang/AST/CFG.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/ADT/DenseMap.h"
#include <cassert>
namespace clang {
class CFG;
class CFGBlock;
class Stmt;
class ProgramPoint {
public:
enum Kind { BlockEntranceKind=0, PostStmtKind=1, BlockExitKind=2,