mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
fix compilation
This commit is contained in:
@@ -76,6 +76,7 @@ CommandManager. It holds the callback for one command.
|
||||
*//******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "CommandManager.h"
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include <wx/hash.h>
|
||||
@@ -88,8 +89,6 @@ CommandManager. It holds the callback for one command.
|
||||
#include "../Prefs.h"
|
||||
#include "../Project.h"
|
||||
|
||||
#include "CommandManager.h"
|
||||
|
||||
#include "Keyboard.h"
|
||||
#include "../PluginManager.h"
|
||||
#include "../effects/EffectManager.h"
|
||||
|
@@ -14,6 +14,7 @@
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
||||
#include <vector>
|
||||
#include <wx/string.h>
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/menu.h>
|
||||
|
Reference in New Issue
Block a user