[ORC] Fix a missing include in r343055.
authorLang Hames <lhames@gmail.com>
Wed, 26 Sep 2018 01:54:13 +0000 (01:54 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 26 Sep 2018 01:54:13 +0000 (01:54 +0000)
llvm-svn: 343056

llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h

index c82fb98..435723d 100644 (file)
@@ -17,6 +17,8 @@
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
 
+#include <mutex>
+
 namespace llvm {
 namespace orc {