Blob Blame History Raw
From 213ed96e1a280dc345f07c53862b53ce6082fb29 Mon Sep 17 00:00:00 2001
From: Robin Lee <cheeselee@fedoraproject.org>
Date: Thu, 12 Nov 2020 13:50:03 +0800
Subject: [PATCH] dwidget include

---
 widgets/ccheckbutton.h | 1 +
 widgets/cclickbutton.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/widgets/ccheckbutton.h b/widgets/ccheckbutton.h
index 76da835a..fd7537a1 100644
--- a/widgets/ccheckbutton.h
+++ b/widgets/ccheckbutton.h
@@ -21,6 +21,7 @@
 
 #include <QMap>
 #include <DToolButton>
+#include <DWidget>
 
 DWIDGET_USE_NAMESPACE
 
diff --git a/widgets/cclickbutton.h b/widgets/cclickbutton.h
index 7da95b42..d1f0eed1 100644
--- a/widgets/cclickbutton.h
+++ b/widgets/cclickbutton.h
@@ -20,6 +20,7 @@
 #define CCLICKBUTTON_H
 
 #include <DToolButton>
+#include <DWidget>
 
 DWIDGET_USE_NAMESPACE
 
-- 
2.26.2