Fix Mac build, was broken at da66806...

... Fix I wrote as a late 2.3.2 pull request was before I did other cuts and
pastes for cycle breaking.  Replicating the patch in the new place without
extra #include directives did not compile.
This commit is contained in:
Paul Licameli 2019-08-20 12:53:29 -04:00
parent 3b9174cd9b
commit 0c1b969c12
1 changed files with 2 additions and 0 deletions

View File

@ -17,7 +17,9 @@
#include <gtk/gtk.h>
#endif
#include <wx/button.h>
#include <wx/eventfilter.h>
#include <wx/toplevel.h>
#include <wx/weakref.h>
#include <wx/window.h>