From d50b30a498eee7bf423c65b6ca54020a215c9cdf Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sun, 26 Feb 2017 09:26:59 +0100 Subject: [PATCH] Add missing include for cstdlib, otherwise free() is undefined --- src/decoder/plugins/WavpackDecoderPlugin.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/decoder/plugins/WavpackDecoderPlugin.cxx b/src/decoder/plugins/WavpackDecoderPlugin.cxx index 7473c2373..7a30dbe23 100644 --- a/src/decoder/plugins/WavpackDecoderPlugin.cxx +++ b/src/decoder/plugins/WavpackDecoderPlugin.cxx @@ -34,6 +34,8 @@ #include #include +#include + #include #define ERRORLEN 80