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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237195 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 904e01c448a9345f9222b927d70aae4bc0f9ab1b..6a9b82f9518274b4bb69fd078841398cbe8411f7 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 9071bfeec7ed45637e221c6bd1a5905cb7907ed6..9d4e7a04d905a72ac836c68d321736767d9e0a2a 100644 (file)
@@ -18,6 +18,7 @@
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include <string>
+#include <limits.h>
 
 namespace llvm {