Skip to content

Commit

Permalink
OpenCV headers fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian3d committed Jul 20, 2017
1 parent a1cda40 commit 66c7c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/DLoopDetector/TemplatedLoopDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
#include <fstream>
#include <string>

#include <opencv/cv.h>
#include <opencv2/core.hpp>
#include <opencv2/features2d.hpp>

#include "TemplatedVocabulary.h"
#include "TemplatedDatabase.h"
Expand Down

0 comments on commit 66c7c87

Please sign in to comment.