Skip to content

Commit

Permalink
Added an include to fix silent failure of build of pulled in external
Browse files Browse the repository at this point in the history
based off of recommendation in
raulmur/ORB_SLAM#44
  • Loading branch information
icoderaven committed Oct 4, 2017
1 parent d340ca0 commit 3893971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ORBextractor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
*/

#include <vector>
#include <opencv2/opencv.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
Expand Down

0 comments on commit 3893971

Please sign in to comment.