1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-31 07:59:27 +02:00

#include <math.h>

For sqrt() that linux needs.
This commit is contained in:
James Crook 2015-04-11 22:35:37 +01:00
parent ecd0222a15
commit 7adf17b13f

View File

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