Skip to content

Commit 01ab4e2

Browse files
authored
Merge pull request adamstark#32 from BenjaminHinchliff/master
fix build on WSL Ubuntu 20.04 GCC
2 parents 0cec665 + eabfa72 commit 01ab4e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AudioFile.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525

2626
#include <iostream>
2727
#include <vector>
28-
#include <assert.h>
28+
#include <cassert>
2929
#include <string>
30+
#include <cstring>
3031
#include <fstream>
3132
#include <unordered_map>
3233
#include <iterator>

0 commit comments

Comments
 (0)