aboutsummaryrefslogtreecommitdiffstats
path: root/al/debug.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-04-30 19:01:45 -0700
committerChris Robinson <[email protected]>2023-04-30 19:01:45 -0700
commit027ce915373bfae3181725065b8ea906e5095a99 (patch)
treef6b35909436b144be21ecbb5eb44119711598803 /al/debug.cpp
parent9215e8c9d5f4fdc7b2e552203f5836264542c4a3 (diff)
Add some missing includes
Diffstat (limited to 'al/debug.cpp')
-rw-r--r--al/debug.cpp3
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"