Add includes of Compiler.h to fix build bot failures.
[oota-llvm.git] / include / llvm / Use.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>