include cstdlib for std::abs in AudioNoiseGate

This commit is contained in:
Stephen Birarda 2015-05-01 16:54:23 -07:00
parent b9c9ff6a14
commit ddb08da4b7

View file

@ -9,6 +9,7 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <cstdlib>
#include <string.h>
#include <AudioConstants.h>