Skip to content

Commit

Permalink
Fix missing Qt 5.15 include in mythpainter.cpp.
Browse files Browse the repository at this point in the history
(cherry picked from commit f12096b)
  • Loading branch information
linuxdude42 committed Aug 2, 2020
1 parent c6b20b0 commit d1d647a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythui/mythpainter.cpp
Expand Up @@ -5,6 +5,7 @@
// QT headers
#include <QRect>
#include <QPainter>
#include <QPainterPath>

// libmythbase headers
#include "mythlogging.h"
Expand Down

0 comments on commit d1d647a

Please sign in to comment.