1
0
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:
james.k.crook@gmail.com 2012-07-15 10:38:53 +00:00
parent 4f4fba2e47
commit 29b79e2a7e

View File

@ -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"