Add missing include for non-OSX platforms.

This commit is contained in:
Jeff Young 2018-08-12 01:09:56 +01:00
parent 4b1a31ffad
commit 08e04acb10
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <wx/richmsgdlg.h>
#include <vector>
#include <functional>
class wxCheckBox;
class wxStaticBitmap;