From 025e19ee11f3a8d6547de0b20cc81a2d4babc5b3 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Sun, 11 Sep 2016 17:00:12 +0000 Subject: [PATCH] Fix the modules build after r281167 Add an #include for to llvm/ADT/ilist_node_options.h to make it standalone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281169 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/ilist_node_options.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/ADT/ilist_node_options.h b/include/llvm/ADT/ilist_node_options.h index ed866b52645..4a44f92ab8d 100644 --- a/include/llvm/ADT/ilist_node_options.h +++ b/include/llvm/ADT/ilist_node_options.h @@ -10,6 +10,8 @@ #ifndef LLVM_ADT_ILIST_NODE_OPTIONS_H #define LLVM_ADT_ILIST_NODE_OPTIONS_H +#include + namespace llvm { template class ilist_node_base; -- 2.11.0