diff --git a/src/runtime/rpc/rpc_channel_logger.h b/src/runtime/rpc/rpc_channel_logger.h index c5b7f59aeef93..c066f4787c7ab 100644 --- a/src/runtime/rpc/rpc_channel_logger.h +++ b/src/runtime/rpc/rpc_channel_logger.h @@ -26,15 +26,11 @@ #include #include +#include #include "../minrpc/minrpc_server_logging.h" #include "rpc_channel.h" -#if defined(_MSC_VER) -#include -typedef SSIZE_T ssize_t; -#endif - #define RX_BUFFER_SIZE 65536 namespace tvm {