aboutsummaryrefslogtreecommitdiffstats
path: root/alc/device.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-12-29 09:05:47 -0800
committerChris Robinson <[email protected]>2023-12-29 09:05:47 -0800
commitcfab14287405a0d34f6a0fec1336f46415728fcf (patch)
treee3b1094949aff49c7f38160d17e543c84c66e669 /alc/device.cpp
parenta6942c271f1b27c79e274bdc87aa370b3bb81cc2 (diff)
Move struct definitions to more appropriate headers
Diffstat (limited to 'alc/device.cpp')
-rw-r--r--alc/device.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/device.cpp b/alc/device.cpp
index f13e6071..fc145579 100644
--- a/alc/device.cpp
+++ b/alc/device.cpp
@@ -6,6 +6,9 @@
#include <cstddef>
#include <numeric>
+#include "al/buffer.h"
+#include "al/effect.h"
+#include "al/filter.h"
#include "albit.h"
#include "alconfig.h"
#include "backends/base.h"