txtp: Add math.h include for pow function, fixing an error on macOS

and possibly other platforms
This commit is contained in:
Christopher Snowhill 2021-07-01 19:45:20 -07:00
parent bec36dc9d6
commit 26e35a029f

View File

@ -4,6 +4,8 @@
#include "../mixing.h"
#include "../plugins.h"
#include <math.h>
#define TXTP_LINE_MAX 1024
#define TXTP_MIXING_MAX 512