You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/12/27 18:48:41 UTC

[GitHub] piiswrong closed pull request #9206: Fix incude error in plugin/opencv/cv_api.cc

piiswrong closed pull request #9206: Fix incude error in plugin/opencv/cv_api.cc
URL: https://github.com/apache/incubator-mxnet/pull/9206
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/plugin/opencv/cv_api.cc b/plugin/opencv/cv_api.cc
index 1ca14aa460..53eb8524c7 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;


 

----------------------------------------------------------------
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