Fixed includes and macros for newer opencv

This commit is contained in:
hunbernd 2020-11-22 21:58:56 +01:00 committed by thunder2
parent c7b6f5ffba
commit 7a0dfbcda9
4 changed files with 19 additions and 11 deletions

View file

@ -38,7 +38,7 @@
#include "gui/SoundManager.h"
#include "gui/chat/ChatWidget.h"
#include <opencv/cv.h>
#include <opencv2/opencv.hpp>
#include <speex/speex.h>
#define IMAGE_VOIP ":/images/talking_on.svg"