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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237195 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2015-05-12 21:49:03 +00:00
parent 414a781256
commit 0f696bb57e
2 changed files with 2 additions and 1 deletions

View File

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

View File

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