Add missing #include and forward decl, found by modules build.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 May 2015 21:49:03 +0000 (21:49 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 12 May 2015 21:49:03 +0000 (21:49 +0000)
llvm-svn: 237195

llvm/include/llvm/CodeGen/WinEHFuncInfo.h
llvm/include/llvm/Target/TargetCallingConv.h

index 904e01c..6a9b82f 100644 (file)
@@ -22,7 +22,7 @@ namespace llvm {
 class BasicBlock;
 class Constant;
 class Function;
-class GlobalValue;
+class GlobalVariable;
 class IntrinsicInst;
 class LandingPadInst;
 class MCSymbol;
index 9071bfe..9d4e7a0 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include <string>
+#include <limits.h>
 
 namespace llvm {