mkatanbaf commented on code in PR #10967:
URL: https://github.com/apache/tvm/pull/10967#discussion_r864279096


##########
src/runtime/minrpc/minrpc_server.h:
##########
@@ -28,14 +28,23 @@
 #ifndef TVM_RUNTIME_MINRPC_MINRPC_SERVER_H_
 #define TVM_RUNTIME_MINRPC_MINRPC_SERVER_H_
 
+#ifndef DMLC_LITTLE_ENDIAN
 #define DMLC_LITTLE_ENDIAN 1
+#endif
+
 #include <string.h>
 #include <tvm/runtime/c_runtime_api.h>
 
+#include <memory>
+#include <utility>
+
 #include "../../support/generic_arena.h"
+#include "minrpc_interfaces.h"
 #include "rpc_reference.h"
 
 /*! \brief Whether or not to enable glog style DLOG */
+#define TVM_MINRPC_ENABLE_LOGGING 1
+
 #ifndef TVM_MINRPC_ENABLE_LOGGING
 #define TVM_MINRPC_ENABLE_LOGGING 0

Review Comment:
   Thanks for the comment. it's fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to