mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 14:32:58 +02:00
Add missing include
This commit is contained in:
@@ -29,11 +29,12 @@ be controlled by a script should be separated out into its own Command class.
|
|||||||
|
|
||||||
#include <wx/app.h>
|
#include <wx/app.h>
|
||||||
|
|
||||||
|
#include "../Project.h"
|
||||||
|
|
||||||
#include "CommandMisc.h"
|
#include "CommandMisc.h"
|
||||||
#include "CommandSignature.h"
|
#include "CommandSignature.h"
|
||||||
|
|
||||||
class AudacityApp;
|
class AudacityApp;
|
||||||
class AudacityProject;
|
|
||||||
class CommandOutputTarget;
|
class CommandOutputTarget;
|
||||||
|
|
||||||
class CommandExecutionContext
|
class CommandExecutionContext
|
||||||
|
Reference in New Issue
Block a user