Skip to content

Commit

Permalink
fix: indirect inclusion of QSharedPointer
Browse files Browse the repository at this point in the history
ddciicon.h does not explicitly include QSharedPointer, leading to
incomplete type. Include QSharedPointer explicitly.

Log: fix indirect inclusion of QSharedPointer
  • Loading branch information
asterwyx committed Oct 26, 2023
1 parent 6d259a4 commit 75f1c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/util/ddciicon.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <dtkgui_global.h>

#include <QPixmap>
#include <QSharedPointer>

DCORE_BEGIN_NAMESPACE
class DDciFile;
Expand Down

0 comments on commit 75f1c9b

Please sign in to comment.