forked from OSchip/llvm-project
[lldb] Add missing include to Cloneable.h
This header is using make_shared so it needs to include <memory>.
This commit is contained in:
parent
a63daf693c
commit
1432ab171f
|
@ -9,6 +9,7 @@
|
|||
#ifndef LLDB_UTILITY_CLONEABLE_H
|
||||
#define LLDB_UTILITY_CLONEABLE_H
|
||||
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
|
||||
namespace lldb_private {
|
||||
|
|
Loading…
Reference in New Issue