From 85b0e44e2ed51145b601e99518808a2b9dc5de0d Mon Sep 17 00:00:00 2001 From: lllucius Date: Thu, 24 Feb 2011 04:38:40 +0000 Subject: [PATCH] Add missing include. --- src/FileNames.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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)