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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2209 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/TransformInternals.cpp b/lib/Transforms/TransformInternals.cpp
index a75aa57..e41f955 100644
--- a/lib/Transforms/TransformInternals.cpp
+++ b/lib/Transforms/TransformInternals.cpp
@@ -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>