diff options
author | Chris Robinson <[email protected]> | 2023-05-24 17:00:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-05-24 17:00:55 -0700 |
commit | c7109d88f425a033f065421545430b7f450ce869 (patch) | |
tree | b5c6ccead8eaf72c8e4e1cbae455ff968107f147 | |
parent | 8db38cfb763acc231a3ddbcc9c49ff93d4531c16 (diff) |
Add missing include
-rw-r--r-- | al/error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/al/error.cpp b/al/error.cpp index 5c9ebdf8..c2359477 100644 --- a/al/error.cpp +++ b/al/error.cpp @@ -39,6 +39,7 @@ #include "AL/alc.h" #include "al/debug.h" +#include "alc/alconfig.h" #include "alc/context.h" #include "almalloc.h" #include "alstring.h" |