Skip to content

Commit

Permalink
fix for endian mismatch issue per boostorg/python PR #218
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhendy committed Sep 28, 2019
1 parent 0bbebb7 commit fbfb253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cv_bridge/src/module.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ PyObject* pyopencv_from(const cv::Mat& m);
static int do_numpy_import( )
{
import_array( );
return NULL;
}
#else
static void do_numpy_import( )
Expand Down

0 comments on commit fbfb253

Please sign in to comment.