From 445c2e303799bc474bb9049f820de4eabef99c57 Mon Sep 17 00:00:00 2001 From: johanneshilden Date: Fri, 29 Sep 2017 12:57:42 +0300 Subject: [PATCH] Add QtWidgets/ to include path --- components/qtmaterialiconbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/qtmaterialiconbutton.h b/components/qtmaterialiconbutton.h index 2f13b0a..5c2afc4 100644 --- a/components/qtmaterialiconbutton.h +++ b/components/qtmaterialiconbutton.h @@ -1,7 +1,7 @@ #ifndef QTMATERIALICONBUTTON_H #define QTMATERIALICONBUTTON_H -#include +#include class QtMaterialIconButtonPrivate;