1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +02:00

Add missing include

This commit is contained in:
Leland Lucius 2021-01-23 02:42:57 -06:00
parent e9d4a8e538
commit af0fdda8f6

View File

@ -22,6 +22,7 @@
#include "../Mix.h"
#include "../Project.h"
#include "../WaveTrack.h"
#include "../widgets/ProgressDialog.h"
const ComponentInterfaceSymbol EffectStereoToMono::Symbol
{ XO("Stereo To Mono") };