Skip to content

Commit

Permalink
Update ORBextractor.cc
Browse files Browse the repository at this point in the history
Adding missing include
  • Loading branch information
raulmur committed Feb 29, 2016
1 parent 8aa48e0 commit 6e2df9e
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 @@ -56,6 +56,7 @@

#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <vector>

#include "ORBextractor.h"
Expand Down

0 comments on commit 6e2df9e

Please sign in to comment.