diff options
| author | TrickyLeifa <date.epoch@gmail.com> | 2024-05-17 20:36:36 +0200 |
|---|---|---|
| committer | TrickyLeifa <date.epoch@gmail.com> | 2024-05-17 20:36:36 +0200 |
| commit | 0500a5426013e97b80cae1de0b19a117cc1bbaa7 (patch) | |
| tree | 48b2d6c971bbd293707171b9f0fc4d0b5f5877da /src/aoblipplayer.h | |
| parent | b306929311f04dced4e5c0d9c55509df0553bfb1 (diff) | |
Changed include definitions to reflect third-party stature
Diffstat (limited to 'src/aoblipplayer.h')
| -rw-r--r-- | src/aoblipplayer.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/aoblipplayer.h b/src/aoblipplayer.h index c33e08b3..92b43d29 100644 --- a/src/aoblipplayer.h +++ b/src/aoblipplayer.h @@ -1,13 +1,14 @@ #pragma once -#include "bass.h" -#include "bassopus.h" - #include "aoapplication.h" +#include <bass.h> +#include <bassopus.h> + #include <QDebug> #include <QElapsedTimer> #include <QWidget> + #include <string.h> class AOBlipPlayer |
