mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-01 14:43:48 +01:00
Fixed missing header files.
This commit is contained in:
@@ -22,6 +22,7 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
#include <wx/list.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
#include "Audacity.h"
|
||||
#include "AudacityApp.h"
|
||||
@@ -30,6 +31,7 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
#include "commands/ScriptCommandRelay.h"
|
||||
#include <NonGuiThread.h> // header from libwidgetextra
|
||||
|
||||
#include "Prefs.h"
|
||||
#include "LoadModules.h"
|
||||
|
||||
#define initFnName "ExtensionModuleInit"
|
||||
|
||||
Reference in New Issue
Block a user