From 30a87d23c9c63bed072b3460e7482075dc530b2c Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 5 Jul 2018 19:32:51 +0200 Subject: moved includes to header files --- aobutton.h | 1 + 1 file changed, 1 insertion(+) (limited to 'aobutton.h') diff --git a/aobutton.h b/aobutton.h index 04923755..4b7209ae 100644 --- a/aobutton.h +++ b/aobutton.h @@ -4,6 +4,7 @@ #include "aoapplication.h" #include +#include class AOButton : public QPushButton { -- cgit