1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00

Add missing include.

This commit is contained in:
lllucius 2011-02-24 04:38:40 +00:00
parent 07661c186f
commit 85b0e44e2e

View File

@ -35,6 +35,10 @@ used throughout Audacity into this one place.
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif
#if defined(__WXMSW__)
#include <windows.h>
#endif
static wxString gDataDir; static wxString gDataDir;
wxString FileNames::MkDir(const wxString &Str) wxString FileNames::MkDir(const wxString &Str)