1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

Fix 4 warnings related to Objective C++

This commit is contained in:
Paul Licameli 2018-07-23 14:57:25 -04:00 committed by Paul Licameli
parent 6e14dab4f4
commit 6d679a65e6

View File

@ -18,6 +18,8 @@
#include <wx/osx/private.h>
#endif
#include <AppKit/NSApplication.h>
#include <objc/objc.h>
#include <CoreFoundation/CoreFoundation.h>