Skip to content

Commit

Permalink
solve windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenGene committed Jun 24, 2020
1 parent 412a0ee commit d922635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/rpc/rpc_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <cstring>
#include <memory>
#if defined(_M_X64) || defined(__x86_64__)
#include <x86intrin.h>
#include <immintrin.h>
#endif

#include "rpc_endpoint.h"
Expand Down

0 comments on commit d922635

Please sign in to comment.