Add missing includes.

Patch by Cristina Cristescu.

llvm-svn: 274004
This commit is contained in:
Vassil Vassilev 2016-06-28 12:17:05 +00:00
parent d84f21b288
commit 21858f21f0
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 {