mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 08:01:12 +02:00
Add missing include.
This commit is contained in:
@@ -35,6 +35,10 @@ used throughout Audacity into this one place.
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
static wxString gDataDir;
|
||||
|
||||
wxString FileNames::MkDir(const wxString &Str)
|
||||
|
Reference in New Issue
Block a user