Add missing includes.

Patch by Cristina Cristescu.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vassil Vassilev 2016-06-28 12:17:05 +00:00
parent 6a84436d51
commit eff905a676
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -15,6 +15,7 @@
#ifndef LLVM_IR_USELISTORDER_H
#define LLVM_IR_USELISTORDER_H
#include <cstddef>
#include <vector>
namespace llvm {