1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-22 14:15:51 +01:00

Initial changes to build against wx313

This commit is contained in:
Leland Lucius
2020-05-22 23:43:00 -05:00
parent 29201bba1b
commit fadc024432
7 changed files with 13 additions and 10 deletions

View File

@@ -13,7 +13,8 @@
#if defined(__WXMAC__)
#include <wx/textctrl.h>
#include <AppKit/AppKit.h>
#include <wx/osx/private.h>
#include <wx/osx/core/private.h>
#include <wx/osx/cocoa/private.h>
#elif defined(__WXGTK__)
#include <gtk/gtk.h>
#endif