Skip to content

Commit

Permalink
Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kcat committed Aug 11, 2023
1 parent 5ae60a5 commit 188a637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions al/effect.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef AL_EFFECT_H
#define AL_EFFECT_H

#include <string_view>

#include "AL/al.h"
#include "AL/efx.h"

Expand Down
1 change: 1 addition & 0 deletions al/filter.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef AL_FILTER_H
#define AL_FILTER_H

#include <string_view>
#include <variant>

#include "AL/al.h"
Expand Down

0 comments on commit 188a637

Please sign in to comment.