From: Nico Weber Date: Mon, 12 Sep 2016 21:15:44 +0000 (+0000) Subject: attempt to unbreak build after r281254 X-Git-Tag: android-x86-7.1-r4~27254 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6e9445ddf83bd3e77509bd3d73000f0ce7d4e179;p=android-x86%2Fexternal-llvm.git attempt to unbreak build after r281254 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281262 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ExecutionEngine/Orc/RPCSerialization.h b/include/llvm/ExecutionEngine/Orc/RPCSerialization.h index fdba8b92670..c1d346b1138 100644 --- a/include/llvm/ExecutionEngine/Orc/RPCSerialization.h +++ b/include/llvm/ExecutionEngine/Orc/RPCSerialization.h @@ -11,6 +11,7 @@ #define LLVM_EXECUTIONENGINE_ORC_RPCSERIALIZATION_H #include "OrcError.h" +#include #include #include