Skip to content

Commit 0afb526

Browse files
committed
Add missing header include
1 parent 152ce27 commit 0afb526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AVError.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
******************************************************************************/
2121
#include "QtAV/AVError.h"
2222
#include "QtAV/private/AVCompat.h"
23+
#include <QtCore/QObject.h>
2324
#ifndef QT_NO_DEBUG_STREAM
2425
#include <QtCore/qdebug.h>
2526
#endif

0 commit comments

Comments
 (0)