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

fix compilation

This commit is contained in:
Paul Licameli 2016-02-19 01:39:44 -05:00
parent 8b7266fe2e
commit d9c2ff6dc2
3 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@
#include "Snap.h" #include "Snap.h"
#include <algorithm>
#include <cstdlib> #include <cstdlib>
#include "Project.h" #include "Project.h"

View File

@ -76,6 +76,7 @@ CommandManager. It holds the callback for one command.
*//******************************************************************/ *//******************************************************************/
#include "../Audacity.h" #include "../Audacity.h"
#include "CommandManager.h"
#include <wx/defs.h> #include <wx/defs.h>
#include <wx/hash.h> #include <wx/hash.h>
@ -88,8 +89,6 @@ CommandManager. It holds the callback for one command.
#include "../Prefs.h" #include "../Prefs.h"
#include "../Project.h" #include "../Project.h"
#include "CommandManager.h"
#include "Keyboard.h" #include "Keyboard.h"
#include "../PluginManager.h" #include "../PluginManager.h"
#include "../effects/EffectManager.h" #include "../effects/EffectManager.h"

View File

@ -14,6 +14,7 @@
#include "../Experimental.h" #include "../Experimental.h"
#include <vector>
#include <wx/string.h> #include <wx/string.h>
#include <wx/dynarray.h> #include <wx/dynarray.h>
#include <wx/menu.h> #include <wx/menu.h>