mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
fix compilation
This commit is contained in:
parent
8b7266fe2e
commit
d9c2ff6dc2
@ -10,6 +10,7 @@
|
||||
|
||||
#include "Snap.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "Project.h"
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user