diff options
| author | stonedDiscord <stoned@derpymail.org> | 2018-07-05 19:32:51 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2018-07-05 19:32:51 +0200 |
| commit | 30a87d23c9c63bed072b3460e7482075dc530b2c (patch) | |
| tree | 73da046880abf88b47f4f79df10a7e151c203457 /aoblipplayer.h | |
| parent | f5e0177b9e13c68fa960dc873cd62452943dac3f (diff) | |
moved includes to header files
Diffstat (limited to 'aoblipplayer.h')
| -rw-r--r-- | aoblipplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h index 430f702f..aebba77d 100644 --- a/aoblipplayer.h +++ b/aoblipplayer.h @@ -5,6 +5,8 @@ #include "aoapplication.h" #include <QWidget> +#include <string.h> +#include <QDebug> class AOBlipPlayer { |
