From 26e35a029f93a6143d64d0e3a9f78cc3e6f099be Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 1 Jul 2021 19:45:20 -0700 Subject: [PATCH] txtp: Add math.h include for pow function, fixing an error on macOS and possibly other platforms --- src/meta/txtp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/meta/txtp.c b/src/meta/txtp.c index 2ee82e85..e763162c 100644 --- a/src/meta/txtp.c +++ b/src/meta/txtp.c @@ -4,6 +4,8 @@ #include "../mixing.h" #include "../plugins.h" +#include + #define TXTP_LINE_MAX 1024 #define TXTP_MIXING_MAX 512