diff --git a/src/FileNames.cpp b/src/FileNames.cpp index c3539e765..47d6a7c37 100644 --- a/src/FileNames.cpp +++ b/src/FileNames.cpp @@ -35,6 +35,10 @@ used throughout Audacity into this one place. #include #endif +#if defined(__WXMSW__) +#include +#endif + static wxString gDataDir; wxString FileNames::MkDir(const wxString &Str)