mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 04:13:47 +01:00
txtp: Add math.h include for pow function, fixing an error on macOS
and possibly other platforms
This commit is contained in:
parent
bec36dc9d6
commit
26e35a029f
@ -4,6 +4,8 @@
|
||||
#include "../mixing.h"
|
||||
#include "../plugins.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
||||
#define TXTP_LINE_MAX 1024
|
||||
#define TXTP_MIXING_MAX 512
|
||||
|
Loading…
x
Reference in New Issue
Block a user