1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 00:50:52 +02:00

fix linux build

add #include <math.h>
This commit is contained in:
david avery 2015-04-11 15:15:32 -06:00
parent ecd0222a15
commit fb5b563b2f

View File

@ -30,6 +30,7 @@
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/wxchar.h> #include <wx/wxchar.h>
#include <math.h>
class XMLWriter; class XMLWriter;
class AUDACITY_DLL_API SelectedRegion { class AUDACITY_DLL_API SelectedRegion {