mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
[ORC] Add missing <memory> include for shared_ptr.
Accidentally left out of r307319. llvm-svn: 307322
This commit is contained in:
parent
e88e36fbfd
commit
231abab692
@ -17,6 +17,7 @@
|
||||
|
||||
#include "llvm/ExecutionEngine/JITSymbol.h"
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
Loading…
Reference in New Issue
Block a user