forked from OSchip/llvm-project
Add missing includes.
Patch by Cristina Cristescu. llvm-svn: 274004
This commit is contained in:
parent
d84f21b288
commit
21858f21f0
|
@ -16,6 +16,9 @@
|
|||
#define LLVM_CODEGEN_PBQP_GRAPH_H
|
||||
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <limits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#ifndef LLVM_IR_USELISTORDER_H
|
||||
#define LLVM_IR_USELISTORDER_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue