1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add includes of Compiler.h to fix build bot failures.

llvm-svn: 164008
This commit is contained in:
Craig Topper 2012-09-16 21:50:09 +00:00
parent 13109b709d
commit a654200309
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#define LLVM_USE_H
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/Support/Compiler.h"
#include <cstddef>
#include <iterator>

View File

@ -16,6 +16,7 @@
#include "llvm/Use.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
namespace llvm {