mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +02:00
Add missing include.
This commit is contained in:
parent
07661c186f
commit
85b0e44e2e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user