mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-30 23:23:44 +02:00
Fixed missing header files.
This commit is contained in:
parent
4f4fba2e47
commit
29b79e2a7e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user