summary refs log tree commit diff
path: root/src/UserInfoWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UserInfoWidget.cpp')
-rw-r--r--src/UserInfoWidget.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/UserInfoWidget.cpp b/src/UserInfoWidget.cpp

index 2e21d41f..e11aa6aa 100644 --- a/src/UserInfoWidget.cpp +++ b/src/UserInfoWidget.cpp
@@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <QLabel> #include <QPainter> +#include <QStyle> +#include <QStyleOption> #include <QTimer> #include <iostream>