Skip to content

Commit

Permalink
Update main.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 a56b227 commit 22c2909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/glslfilter/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
#include <QtAV>
#include <QtAV/VideoShaderObject.h>
#include <QApplication>
#include <QtCore/QScopedPointer>
#include <QtCore/qmath.h>
Expand Down

0 comments on commit 22c2909

Please sign in to comment.