[llvm] 0a1ca2a - [ORC] Fix missing include.
    Lang Hames via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 28 01:15:17 PDT 2021
    
    
  
Author: Lang Hames
Date: 2021-07-28T18:14:28+10:00
New Revision: 0a1ca2ad4ce239abc8d844f33048af58648edb80
URL: https://github.com/llvm/llvm-project/commit/0a1ca2ad4ce239abc8d844f33048af58648edb80
DIFF: https://github.com/llvm/llvm-project/commit/0a1ca2ad4ce239abc8d844f33048af58648edb80.diff
LOG: [ORC] Fix missing include.
Aims to fix bot failures for some module builds, e.g.
https://green.lab.llvm.org/green/blue/organizations/jenkins/lldb-cmake/detail/lldb-cmake/33934/pipeline/
Added: 
    
Modified: 
    llvm/include/llvm/ExecutionEngine/Orc/OrcRPCExecutorProcessControl.h
Removed: 
    
################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/OrcRPCExecutorProcessControl.h b/llvm/include/llvm/ExecutionEngine/Orc/OrcRPCExecutorProcessControl.h
index 4310ba9ce9e0e..297b3387999da 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/OrcRPCExecutorProcessControl.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/OrcRPCExecutorProcessControl.h
@@ -13,6 +13,7 @@
 #ifndef LLVM_EXECUTIONENGINE_ORC_ORCRPCEXECUTORPROCESSCONTROL_H
 #define LLVM_EXECUTIONENGINE_ORC_ORCRPCEXECUTORPROCESSCONTROL_H
 
+#include "llvm/ExecutionEngine/Orc/Core.h"
 #include "llvm/ExecutionEngine/Orc/ExecutorProcessControl.h"
 #include "llvm/ExecutionEngine/Orc/Shared/RPCUtils.h"
 #include "llvm/ExecutionEngine/Orc/Shared/RawByteChannel.h"
        
    
    
More information about the llvm-commits
mailing list