From eff905a67640d27bded5e9f8f88dbd99dd7eebc9 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Tue, 28 Jun 2016 12:17:05 +0000 Subject: [PATCH] Add missing includes. Patch by Cristina Cristescu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274004 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/PBQP/Graph.h | 3 +++ include/llvm/IR/UseListOrder.h | 1 + 2 files changed, 4 insertions(+) diff --git a/include/llvm/CodeGen/PBQP/Graph.h b/include/llvm/CodeGen/PBQP/Graph.h index 212599a761f..8301ca4d853 100644 --- a/include/llvm/CodeGen/PBQP/Graph.h +++ b/include/llvm/CodeGen/PBQP/Graph.h @@ -16,6 +16,9 @@ #define LLVM_CODEGEN_PBQP_GRAPH_H #include "llvm/Support/Debug.h" +#include +#include +#include #include #include diff --git a/include/llvm/IR/UseListOrder.h b/include/llvm/IR/UseListOrder.h index e54929777f8..b86425b6a69 100644 --- a/include/llvm/IR/UseListOrder.h +++ b/include/llvm/IR/UseListOrder.h @@ -15,6 +15,7 @@ #ifndef LLVM_IR_USELISTORDER_H #define LLVM_IR_USELISTORDER_H +#include #include namespace llvm {