aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-09-16 21:50:09 +0000
committerCraig Topper <craig.topper@gmail.com>2012-09-16 21:50:09 +0000
commitdaca73f9bec4ce02045aa5a631a60221c33262cf (patch)
tree7c4da4ff37bab0acf741967c9dac76c9693c0d42
parenta558d91cedd4fd5c2d3327a8a18e12c35530efa8 (diff)
Add includes of Compiler.h to fix build bot failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164008 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Use.h1
-rw-r--r--include/llvm/Value.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Use.h b/include/llvm/Use.h
index 66718038de..80804459cc 100644
--- a/include/llvm/Use.h
+++ b/include/llvm/Use.h
@@ -26,6 +26,7 @@
#define LLVM_USE_H
#include "llvm/ADT/PointerIntPair.h"
+#include "llvm/Support/Compiler.h"
#include <cstddef>
#include <iterator>
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index 84113fe884..6560a420bf 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -16,6 +16,7 @@
#include "llvm/Use.h"
#include "llvm/Support/Casting.h"
+#include "llvm/Support/Compiler.h"
namespace llvm {