Skip to content

Commit

Permalink
Update MainWindow.cpp
Browse files Browse the repository at this point in the history
add missing import to make it compile
  • Loading branch information
waterstrider authored Jan 13, 2022
1 parent db80ce9 commit 6b54dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/player/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "MainWindow.h"
#include "EventFilter.h"
#include <QtAV>
#include <QtAV/VideoShaderObject.h>
#include <QtAVWidgets>
#include <QtCore/QtDebug>
#include <QtCore/QLocale>
Expand Down

0 comments on commit 6b54dc3

Please sign in to comment.