forked from OSchip/llvm-project
Fix modules build by adding missing includes
This commit is contained in:
parent
6fd11b14f6
commit
714445e406
|
@ -14,6 +14,7 @@
|
|||
#ifndef LLVM_ANALYSIS_UTILS_LOCAL_H
|
||||
#define LLVM_ANALYSIS_UTILS_LOCAL_H
|
||||
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "llvm/IR/DataLayout.h"
|
||||
#include "llvm/IR/GetElementPtrTypeIterator.h"
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include "llvm/CodeGen/TargetOpcodes.h"
|
||||
#include "llvm/CodeGen/TargetRegisterInfo.h"
|
||||
#include "llvm/IR/Constants.h"
|
||||
#include "llvm/IR/DataLayout.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
|
|
Loading…
Reference in New Issue