Skip to content

Commit

Permalink
Merge pull request abhineet123#2 from ywrt/fix_compile
Browse files Browse the repository at this point in the history
Compile fixes.
  • Loading branch information
Alkaid-Benetnash authored Aug 2, 2017
2 parents f2886e3 + dd99b9b commit a7a91d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Thirdparty/DBoW2/DBoW2/FeatureVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FeatureVector:
public std::map<NodeId, std::vector<unsigned int> >
{
public:
typedef std::map<NodeId, std::vector<unsigned int>> super;
typedef std::map<NodeId, std::vector<unsigned int> > super;
/**
* Constructor
*/
Expand Down
2 changes: 1 addition & 1 deletion include/BoostArchiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/base_object.hpp>
// base object needed by DBoW2::BowVector and DBoW2::FeatureVector
#include <opencv2/core.hpp>
#include <opencv2/core/core.hpp>

#include "Thirdparty/DBoW2/DBoW2/BowVector.h"
#include "Thirdparty/DBoW2/DBoW2/FeatureVector.h"
Expand Down

0 comments on commit a7a91d1

Please sign in to comment.