1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-02 17:23:18 +02:00

add missing include as per Benjamin Drung and Michael Chinen

This commit is contained in:
richardash1981 2013-05-18 14:23:26 +00:00
parent 16637e1268
commit 5c61ffc4a7

View File

@ -23,6 +23,7 @@
#include "../WaveTrack.h"
#include "TimeWarper.h"
#include <float.h>
#include <math.h>
#include <wx/button.h>