mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
include cstdlib for std::abs in AudioNoiseGate
This commit is contained in:
parent
b9c9ff6a14
commit
ddb08da4b7
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue