Add explicit #includes of Function.h to make up for the removed #include

in iOther.h

llvm-svn: 2209
This commit is contained in:
Chris Lattner
2002-04-09 19:08:28 +00:00
parent ea0d3c61f2
commit 06be180225
4 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#include "llvm/Type.h"
#include "llvm/ConstantVals.h"
#include "llvm/Analysis/Expressions.h"
#include "llvm/Function.h"
#include "llvm/iOther.h"
#include <algorithm>