提交 09d00b0d 编写于 作者: O Olli-Pekka Heinisuo

add missing include

上级 f3ad7d09
--- opencv/modules/highgui/src/window_QT.h 2018-06-28 13:13:55.119434000 +0300
+++ opencv/modules/highgui/src/window_QT_patched.h 2018-06-30 16:46:55.848126700 +0300
+++ opencv/modules/highgui/src/window_QT_patched.h 2018-06-30 17:10:09.916999500 +0300
@@ -46,43 +46,50 @@
#define QT_NO_DEBUG_OUTPUT
#endif
......@@ -45,6 +45,7 @@
+#include <QGraphicsView>
#include <QTest>
+#include <QVarLengthArray>
+#include <QHBoxLayout>
+
+#if defined( HAVE_QT_OPENGL )
+#include <QtOpenGL>
......@@ -72,7 +73,6 @@
+class QDate;
+class QFileDialog;
+class QToolBar;
+class QHBoxLayout;
+
+class QAction;
+class QButtonGroup;
......
--- opencv/modules/highgui/src/window_QT.cpp 2018-06-30 01:04:51.649121800 +0300
+++ opencv/modules/highgui/src/window_QT_patched.cpp 2018-06-30 16:46:56.630661000 +0300
+++ opencv/modules/highgui/src/window_QT_patched.cpp 2018-06-30 17:09:28.697256300 +0300
@@ -46,6 +46,30 @@
#include <window_QT.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册