add #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-02-12 05:00:35 +00:00
parent a96b4ee7ff
commit 36f78c8935
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "llvm/Function.h"
#include "llvm/GlobalVariable.h"
#include "llvm/Support/DataTypes.h"
#include <vector>
namespace llvm {