1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

fix Mac build

This commit is contained in:
Paul Licameli 2018-03-31 23:28:08 -04:00
parent 1f0061ba79
commit 3d82ee7ec0

View File

@ -23,7 +23,9 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifdef __WXMSW__
#include <initializer_list>
#endif