1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 00:23:56 +01:00

more wx 3.1 changes

This commit is contained in:
david avery
2015-04-11 17:56:34 -06:00
parent 476a1f62c3
commit b258146f59
3 changed files with 12 additions and 5 deletions

View File

@@ -11,6 +11,9 @@
#include "Audacity.h"
#include <wx/defs.h>
#if wxCHECK_VERSION(3,0,0)
#include <wx/crt.h>
#endif
#include <wx/filename.h>
#include <wx/wfstream.h>