Permalink
Browse files

fix incude error in plugin/opencv/cv_api.cc (#9206)

  • Loading branch information...
1 parent 17427d1 commit ad1ed7c9806eb47cf3042105715b517eb4ed7f40 @mwbyeon mwbyeon committed with piiswrong Dec 27, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 plugin/opencv/cv_api.cc
View
@@ -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;

0 comments on commit ad1ed7c

Please sign in to comment.