mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Add missing include
This commit is contained in:
@@ -37,10 +37,12 @@
|
|||||||
|
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include "../Audacity.h"
|
#include "../Audacity.h"
|
||||||
#include "ImportOGG.h"
|
#include "../Prefs.h"
|
||||||
#include "../Internat.h"
|
#include "../Internat.h"
|
||||||
#include "../Tags.h"
|
#include "../Tags.h"
|
||||||
|
|
||||||
|
#include "ImportOGG.h"
|
||||||
|
|
||||||
#define DESC _("Ogg Vorbis files")
|
#define DESC _("Ogg Vorbis files")
|
||||||
|
|
||||||
static const wxChar *exts[] =
|
static const wxChar *exts[] =
|
||||||
|
|||||||
Reference in New Issue
Block a user