Skip to content

Commit e703a38

Browse files
committed
Include <cmath>
1 parent 603ea28 commit e703a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/examples.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include <iostream>
2+
#define _USE_MATH_DEFINES
3+
#include <cmath>
24
#include <AudioFile.h>
35

46
//=======================================================================

0 commit comments

Comments
 (0)