From 32a76dbb839c94d6086e3ec3d9ebed11e34ec53d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 4 Sep 2024 21:51:43 -0700 Subject: [PATCH] Add missing include --- al/state.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/al/state.cpp b/al/state.cpp index 44f9cb59be..fe3c064c7b 100644 --- a/al/state.cpp +++ b/al/state.cpp @@ -40,6 +40,7 @@ #include "al/listener.h" #include "alc/alu.h" #include "alc/context.h" +#include "alc/device.h" #include "alc/inprogext.h" #include "alnumeric.h" #include "atomic.h"