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

Add missing include

This commit is contained in:
Leland Lucius 2015-05-16 18:00:24 -05:00
parent cbcc78b183
commit 0d89483df7

View File

@ -29,11 +29,12 @@ be controlled by a script should be separated out into its own Command class.
#include <wx/app.h>
#include "../Project.h"
#include "CommandMisc.h"
#include "CommandSignature.h"
class AudacityApp;
class AudacityProject;
class CommandOutputTarget;
class CommandExecutionContext