forked from OSchip/llvm-project
Add includes of Compiler.h to fix build bot failures.
llvm-svn: 164008
This commit is contained in:
parent
23c5a8c450
commit
fa8fe0e289
|
@ -26,6 +26,7 @@
|
|||
#define LLVM_USE_H
|
||||
|
||||
#include "llvm/ADT/PointerIntPair.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "llvm/Use.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue