Add missing include

llvm-svn: 19305
This commit is contained in:
Jeff Cohen 2005-01-06 05:46:44 +00:00
parent 56d649f574
commit 27595a4aec
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
#include "llvm/Transforms/Instrumentation.h"
using namespace llvm;
namespace llvm {