mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 23:25:32 -04:00
Fixed includes and macros for newer opencv
This commit is contained in:
parent
c7b6f5ffba
commit
7a0dfbcda9
4 changed files with 19 additions and 11 deletions
|
@ -18,8 +18,9 @@
|
|||
* *
|
||||
*******************************************************************************/
|
||||
|
||||
#include <opencv/cv.h>
|
||||
#include <opencv/highgui.h>
|
||||
#include <opencv2/opencv.hpp>
|
||||
#include <opencv2/highgui.hpp>
|
||||
#include <opencv2/imgproc/types_c.h>
|
||||
|
||||
#include <QTimer>
|
||||
#include <QPainter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue