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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
