aboutsummaryrefslogtreecommitdiff
path: root/aosfxplayer.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-08-19 09:37:34 +0200
committerCerapter <cerap@protonmail.com>2018-08-19 09:37:34 +0200
commitd314b8dd07f72d94724c3902258dfb2641d3435c (patch)
tree881b67f9a044d44b1292ae4548a6faf38a275eda /aosfxplayer.h
parente6eace9a39fe4d0f0755d86686650ccfdff81982 (diff)
Moved includes out of the CPP files into the header files.
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the old origin.
Diffstat (limited to 'aosfxplayer.h')
-rw-r--r--aosfxplayer.h2
1 files changed, 2 insertions, 0 deletions
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 <QWidget>
+#include <string.h>
+#include <QDebug>
class AOSfxPlayer
{