Add missing #include and forward decl, found by modules build.

llvm-svn: 237195
This commit is contained in:
Richard Smith 2015-05-12 21:49:03 +00:00
parent b2974fd3ce
commit 19eaca4385
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace llvm {
class BasicBlock; class BasicBlock;
class Constant; class Constant;
class Function; class Function;
class GlobalValue; class GlobalVariable;
class IntrinsicInst; class IntrinsicInst;
class LandingPadInst; class LandingPadInst;
class MCSymbol; class MCSymbol;

View File

@ -18,6 +18,7 @@
#include "llvm/Support/DataTypes.h" #include "llvm/Support/DataTypes.h"
#include "llvm/Support/MathExtras.h" #include "llvm/Support/MathExtras.h"
#include <string> #include <string>
#include <limits.h>
namespace llvm { namespace llvm {