You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/22 20:56:19 UTC

[GitHub] [tvm] alanmacd commented on a diff in pull request #12851: [microTVM][Windows] Enable building TVM on Windows with USE_MICRO

alanmacd commented on code in PR #12851:
URL: https://github.com/apache/tvm/pull/12851#discussion_r978078873


##########
include/tvm/runtime/crt/rpc_common/write_stream.h:
##########
@@ -29,6 +29,7 @@
 #include <stddef.h>
 #include <sys/types.h>
 #include <tvm/runtime/crt/error_codes.h>
+#include <tvm/support/ssize.h>

Review Comment:
   @mkatanbaf @areusch I moved ssize.h to this location as otherwise it gets more complicated to include it in other header files, especially across different build flavors (linux, windows, etc.), let me know what you think.



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org