[llvm] r266697 - Add missing #include, found by modules selfhost.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 20 17:58:52 PDT 2016
Don't we typically put the system includes at the bottom?
On Mon, Apr 18, 2016 at 4:27 PM, Richard Smith via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> Author: rsmith
> Date: Mon Apr 18 18:27:25 2016
> New Revision: 266697
>
> URL: http://llvm.org/viewvc/llvm-project?rev=266697&view=rev
> Log:
> Add missing #include, found by modules selfhost.
>
> Modified:
> llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCUtils.h
>
> Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCUtils.h
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCUtils.h?rev=266697&r1=266696&r2=266697&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCUtils.h (original)
> +++ llvm/trunk/include/llvm/ExecutionEngine/Orc/RPCUtils.h Mon Apr 18
> 18:27:25 2016
> @@ -14,6 +14,9 @@
> #ifndef LLVM_EXECUTIONENGINE_ORC_RPCUTILS_H
> #define LLVM_EXECUTIONENGINE_ORC_RPCUTILS_H
>
> +#include <map>
> +#include <vector>
> +
> #include "llvm/ADT/Optional.h"
> #include "llvm/ADT/STLExtras.h"
> #include "llvm/ExecutionEngine/Orc/OrcError.h"
> @@ -36,8 +39,6 @@
> #pragma warning(pop)
> #endif
>
> -#include <map>
> -
> namespace llvm {
> namespace orc {
> namespace remote {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160420/147fbcfd/attachment.html>
More information about the llvm-commits
mailing list