diff options
Diffstat (limited to 'al/debug.cpp')
-rw-r--r-- | al/debug.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/al/debug.cpp b/al/debug.cpp index ab81f5a8..702f165a 100644 --- a/al/debug.cpp +++ b/al/debug.cpp @@ -4,8 +4,11 @@ #include <algorithm> #include <array> +#include <cstring> #include <mutex> #include <stddef.h> +#include <stdexcept> +#include <string> #include <utility> #include "AL/al.h" |