aboutsummaryrefslogtreecommitdiffstats
path: root/al
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-08-11 08:30:01 -0700
committerChris Robinson <[email protected]>2023-08-11 08:30:01 -0700
commit188a637c70019108d980f72b8521673b5648d19e (patch)
tree622c23001f5e013fefd9ad3a02387819e632d463 /al
parent5ae60a58ead6b9eda23cbaf953dec90292031aa7 (diff)
Add missing includes
Diffstat (limited to 'al')
-rw-r--r--al/effect.h2
-rw-r--r--al/filter.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/al/effect.h b/al/effect.h
index 3d05e692..27e9dd72 100644
--- a/al/effect.h
+++ b/al/effect.h
@@ -1,6 +1,8 @@
#ifndef AL_EFFECT_H
#define AL_EFFECT_H
+#include <string_view>
+
#include "AL/al.h"
#include "AL/efx.h"
diff --git a/al/filter.h b/al/filter.h
index 24ebc203..505900d4 100644
--- a/al/filter.h
+++ b/al/filter.h
@@ -1,6 +1,7 @@
#ifndef AL_FILTER_H
#define AL_FILTER_H
+#include <string_view>
#include <variant>
#include "AL/al.h"