Add includes of Compiler.h to fix build bot failures.
authorCraig Topper <craig.topper@gmail.com>
Sun, 16 Sep 2012 21:50:09 +0000 (21:50 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 16 Sep 2012 21:50:09 +0000 (21:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164008 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Use.h
include/llvm/Value.h

index 66718038de03016ab5578640f3dec99ddc899e33..80804459cc339e017d0073dc47519d5dc941a1fe 100644 (file)
@@ -26,6 +26,7 @@
 #define LLVM_USE_H
 
 #include "llvm/ADT/PointerIntPair.h"
+#include "llvm/Support/Compiler.h"
 #include <cstddef>
 #include <iterator>
 
index 84113fe884a32f4b01045b6d3bb8a9f7bad07538..6560a420bf661fb92338dbd24baa07dd5cfee6a6 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "llvm/Use.h"
 #include "llvm/Support/Casting.h"
+#include "llvm/Support/Compiler.h"
 
 namespace llvm {