diff options
author | Chris Robinson <[email protected]> | 2023-08-11 08:30:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-08-11 08:30:01 -0700 |
commit | 188a637c70019108d980f72b8521673b5648d19e (patch) | |
tree | 622c23001f5e013fefd9ad3a02387819e632d463 /al/filter.h | |
parent | 5ae60a58ead6b9eda23cbaf953dec90292031aa7 (diff) |
Add missing includes
Diffstat (limited to 'al/filter.h')
-rw-r--r-- | al/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |