From 907d343abd8d2c1c18aa17c1b4620026d7fb3e04 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sun, 31 Mar 2019 16:31:30 -0400 Subject: [PATCH] Fix Linux build --- src/TimerRecordDialog.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TimerRecordDialog.h b/src/TimerRecordDialog.h index 66fb86fec..ea55ba144 100644 --- a/src/TimerRecordDialog.h +++ b/src/TimerRecordDialog.h @@ -21,6 +21,7 @@ #include "export/Export.h" class wxCheckBox; +class wxChoice; class wxDateEvent; class wxDatePickerCtrl; class wxTimerEvent;