forked from OSchip/llvm-project
Fix the modules build after r281167
Add an #include for <type_traits> to llvm/ADT/ilist_node_options.h to make it standalone. llvm-svn: 281169
This commit is contained in:
parent
cc9edace0c
commit
f887596ef8
|
@ -10,6 +10,8 @@
|
|||
#ifndef LLVM_ADT_ILIST_NODE_OPTIONS_H
|
||||
#define LLVM_ADT_ILIST_NODE_OPTIONS_H
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
template <bool EnableSentinelTracking> class ilist_node_base;
|
||||
|
|
Loading…
Reference in New Issue