[ORC] Add missing <thread> header to RPCSerialization.h.
authorLang Hames <lhames@gmail.com>
Mon, 12 Sep 2016 20:45:01 +0000 (20:45 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 12 Sep 2016 20:45:01 +0000 (20:45 +0000)
llvm-svn: 281257

llvm/include/llvm/ExecutionEngine/Orc/RPCSerialization.h

index 5ed6e45..fdba8b9 100644 (file)
@@ -12,6 +12,7 @@
 
 #include "OrcError.h"
 #include <sstream>
+#include <thread>
 
 namespace llvm {
 namespace orc {