From 907e830070628067b6d4d0dbb8ef405f09845842 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 9 Feb 2021 16:11:23 -0500 Subject: [PATCH] Fix build --- src/ProjectStatus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ProjectStatus.h b/src/ProjectStatus.h index e412ff045..78d1c4a16 100644 --- a/src/ProjectStatus.h +++ b/src/ProjectStatus.h @@ -16,6 +16,7 @@ Paul Licameli #include #include // to declare custom event type #include "ClientData.h" // to inherit +#include "Prefs.h" class AudacityProject; class wxWindow;