diff options
| author | Laurent Montel <[email protected]> | 2020-03-19 13:59:55 +0100 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2020-03-19 13:59:59 +0100 |
| commit | 2bb54ffc6cb78a389330089f8cff88361f3f21b4 (patch) | |
| tree | 258d0a32a6e0c720434856f1854726c68a0539eb | |
| parent | b6e13f9d5728e58ffc567f2071561af8a867fe1f (diff) | |
Add missing includes
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 5c1b7ae22..5c7c7c3f1 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -27,6 +27,7 @@ #include <KLocalizedString> #include <KSeparator> #include <KStringHandler> +#include <QPainterPath> #include <QIcon> #include <QTextDocument> |
