You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2017/08/30 17:39:30 UTC

[incubator-mxnet] branch master updated: ndarray.hpp needs to include op.h (#7495)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new ec71cff  ndarray.hpp needs to include op.h (#7495)
ec71cff is described below

commit ec71cff6bc7aa02bc6d507ad458a2806d624a9e4
Author: dtmoodie <dt...@gmail.com>
AuthorDate: Wed Aug 30 13:39:24 2017 -0400

    ndarray.hpp needs to include op.h (#7495)
    
    * ndarray.hpp needs to include op.h
    
    * op.h -> operator.h
---
 cpp-package/include/mxnet-cpp/ndarray.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpp-package/include/mxnet-cpp/ndarray.hpp b/cpp-package/include/mxnet-cpp/ndarray.hpp
index 6bf2643..8998c0b 100644
--- a/cpp-package/include/mxnet-cpp/ndarray.hpp
+++ b/cpp-package/include/mxnet-cpp/ndarray.hpp
@@ -33,6 +33,7 @@
 #include <iterator>
 #include "dmlc/logging.h"
 #include "mxnet-cpp/ndarray.h"
+#include "mxnet-cpp/operator.h"
 
 namespace mxnet {
 namespace cpp {

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].