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/12/27 18:48:42 UTC

[incubator-mxnet] branch master updated: fix incude error in plugin/opencv/cv_api.cc (#9206)

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 ad1ed7c  fix incude error in plugin/opencv/cv_api.cc (#9206)
ad1ed7c is described below

commit ad1ed7c9806eb47cf3042105715b517eb4ed7f40
Author: MinWoo Byeon <mw...@hotmail.com>
AuthorDate: Thu Dec 28 03:48:37 2017 +0900

    fix incude error in plugin/opencv/cv_api.cc (#9206)
---
 plugin/opencv/cv_api.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/opencv/cv_api.cc b/plugin/opencv/cv_api.cc
index 1ca14aa..53eb852 100644
--- a/plugin/opencv/cv_api.cc
+++ b/plugin/opencv/cv_api.cc
@@ -28,7 +28,7 @@
 #include <mxnet/ndarray.h>
 #include <opencv2/opencv.hpp>
 #include "cv_api.h"
-#include "../../src/c_api/c_api_error.h"
+#include "../../src/c_api/c_api_common.h"
 
 
 using namespace mxnet;

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