1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Fix build

This commit is contained in:
Paul Licameli 2021-02-09 16:11:23 -05:00
parent 68870710b9
commit 907e830070

View File

@ -16,6 +16,7 @@ Paul Licameli
#include <vector> #include <vector>
#include <wx/event.h> // to declare custom event type #include <wx/event.h> // to declare custom event type
#include "ClientData.h" // to inherit #include "ClientData.h" // to inherit
#include "Prefs.h"
class AudacityProject; class AudacityProject;
class wxWindow; class wxWindow;