From e0de1bee7ab6acaf6e0aacac6bc3d5fb609a756a Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 19 Aug 2016 18:57:17 +0000 Subject: [PATCH] Add missing #include found by modules build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279298 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/PBQP/Graph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/PBQP/Graph.h b/include/llvm/CodeGen/PBQP/Graph.h index 4a18ac5a06e..b4e7fba68cb 100644 --- a/include/llvm/CodeGen/PBQP/Graph.h +++ b/include/llvm/CodeGen/PBQP/Graph.h @@ -15,6 +15,7 @@ #ifndef LLVM_CODEGEN_PBQP_GRAPH_H #define LLVM_CODEGEN_PBQP_GRAPH_H +#include "llvm/ADT/STLExtras.h" #include "llvm/Support/Debug.h" #include #include -- 2.11.0