OSDN Git Service

[ORC] Add missing <memory> include for shared_ptr.
authorLang Hames <lhames@gmail.com>
Thu, 6 Jul 2017 22:02:49 +0000 (22:02 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 6 Jul 2017 22:02:49 +0000 (22:02 +0000)
Accidentally left out of r307319.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307322 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h

index 22a3e5b..ff54ef6 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "llvm/ExecutionEngine/JITSymbol.h"
 #include <map>
+#include <memory>
 #include <string>
 
 namespace llvm {