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. --- aosfxplayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aosfxplayer.h') diff --git a/aosfxplayer.h b/aosfxplayer.h index 5065c617..4fd597c9 100644 --- a/aosfxplayer.h +++ b/aosfxplayer.h @@ -5,6 +5,8 @@ #include "aoapplication.h" #include +#include +#include class AOSfxPlayer { -- cgit