[ORC] Add missing <memory> include for shared_ptr.

Accidentally left out of r307319.

llvm-svn: 307322
This commit is contained in:
Lang Hames 2017-07-06 22:02:49 +00:00
parent e88e36fbfd
commit 231abab692

View File

@ -17,6 +17,7 @@
#include "llvm/ExecutionEngine/JITSymbol.h"
#include <map>
#include <memory>
#include <string>
namespace llvm {