You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/08 03:57:06 UTC

[GitHub] reminisce commented on a change in pull request #7321: fixes broken compilation by including tensor_blob

reminisce commented on a change in pull request #7321: fixes broken compilation by including tensor_blob
URL: https://github.com/apache/incubator-mxnet/pull/7321#discussion_r131816017
 
 

 ##########
 File path: src/io/inst_vector.h
 ##########
 @@ -12,6 +12,7 @@
 #include <mxnet/base.h>
 #include <dmlc/base.h>
 #include <mshadow/tensor.h>
+#include <mshadow/tensor_blob.h>
 
 Review comment:
   I think you need to change this to `#include <mxnet/tensor_blob.h>`.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services