1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 09:00:52 +02:00

AUP3: Add missing include

Why do I have SO much trouble with this?!?!?!?!  Grrrr......
This commit is contained in:
Leland Lucius 2020-07-27 14:29:26 -05:00
parent e2d6e1cc24
commit da045082e5

View File

@ -16,6 +16,7 @@
#include <wx/dir.h> // for wxDIR_FILES #include <wx/dir.h> // for wxDIR_FILES
#include <wx/string.h> // function return value #include <wx/string.h> // function return value
#include "audacity/Types.h" #include "audacity/Types.h"
#include "Prefs.h"
#include "MemoryX.h" #include "MemoryX.h"
class wxFileName; class wxFileName;