Skip to content

Commit 920d409

Browse files
committed
Fix missing <array> include
1 parent fe9a337 commit 920d409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extra/wstsoundfile-cat.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
** along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19+
#include <array>
1920
#include <iostream>
2021

2122
#include <wstsound/sound_file.hpp>

0 commit comments

Comments
 (0)