From a7a6c937eacffd825f804d3c1caf651a34bbd227 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 6 May 2020 15:23:27 +0200 Subject: [PATCH] [libcalamaresui] Add needed includes - Return type QPixmap means we should definitely #include it --- src/libcalamaresui/Branding.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libcalamaresui/Branding.h b/src/libcalamaresui/Branding.h index 0ba66a192..ce694a644 100644 --- a/src/libcalamaresui/Branding.h +++ b/src/libcalamaresui/Branding.h @@ -28,6 +28,8 @@ #include #include +#include +#include #include namespace YAML