From d314b8dd07f72d94724c3902258dfb2641d3435c Mon Sep 17 00:00:00 2001 From: Cerapter Date: Sun, 19 Aug 2018 09:37:34 +0200 Subject: Moved includes out of the CPP files into the header files. Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin. --- 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