diff options
-rw-r--r-- | al/effect.h | 2 | ||||
-rw-r--r-- | al/filter.h | 1 |
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" |