forked from OSchip/llvm-project
Add missing #include and forward decl, found by modules build.
llvm-svn: 237195
This commit is contained in:
parent
b2974fd3ce
commit
19eaca4385
|
@ -22,7 +22,7 @@ namespace llvm {
|
|||
class BasicBlock;
|
||||
class Constant;
|
||||
class Function;
|
||||
class GlobalValue;
|
||||
class GlobalVariable;
|
||||
class IntrinsicInst;
|
||||
class LandingPadInst;
|
||||
class MCSymbol;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include <string>
|
||||
#include <limits.h>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue