Skip to content
Snippets Groups Projects
Commit fa8fe0e2 authored by Craig Topper's avatar Craig Topper
Browse files

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

llvm-svn: 164008
parent 23c5a8c4
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment