Commit 13ffd989 by Zhao Wu Committed by Tianqi Chen

[CPP RPC] Fix the compile problem of cpp_rpc (#4725)

parent b1d93ecc
......@@ -31,13 +31,13 @@
#include <vector>
#include <sstream>
#include "../../src/common/util.h"
#include "../../src/common/socket.h"
#include "../../src/support/util.h"
#include "../../src/support/socket.h"
#include "rpc_server.h"
using namespace std;
using namespace tvm::runtime;
using namespace tvm::common;
using namespace tvm::support;
static const string kUSAGE = \
"Command line usage\n" \
......
......@@ -36,7 +36,7 @@
#include <cstring>
#include "rpc_env.h"
#include "../../src/common/util.h"
#include "../../src/support/util.h"
#include "../../src/runtime/file_util.h"
namespace tvm {
......
......@@ -39,7 +39,7 @@
#include "rpc_tracker_client.h"
#include "../../src/runtime/rpc/rpc_session.h"
#include "../../src/runtime/rpc/rpc_socket_impl.h"
#include "../../src/common/socket.h"
#include "../../src/support/socket.h"
namespace tvm {
namespace runtime {
......
......@@ -32,7 +32,7 @@
#include <string>
#include "../../src/runtime/rpc/rpc_session.h"
#include "../../src/common/socket.h"
#include "../../src/support/socket.h"
namespace tvm {
namespace runtime {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment