From: Vassil Vassilev Date: Tue, 28 Jun 2016 12:17:05 +0000 (+0000) Subject: Add missing includes. X-Git-Tag: android-x86-7.1-r4~31077 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eff905a67640d27bded5e9f8f88dbd99dd7eebc9;p=android-x86%2Fexternal-llvm.git Add missing includes. Patch by Cristina Cristescu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274004 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 {