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 --- aocharmovie.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aocharmovie.h') diff --git a/aocharmovie.h b/aocharmovie.h index 8bc0bc18..b26bada5 100644 --- a/aocharmovie.h +++ b/aocharmovie.h @@ -4,6 +4,8 @@ #include #include #include +#include +#include class AOApplication; -- cgit