From e081d2210ff5f5a64ee2fa1d9a28df7feedeedda Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 20 Jun 2019 16:06:36 +0200 Subject: [PATCH] Make wx/richtext/richtextstyledlg.h self-sufficient Don't require including wx/dialog.h before including this one. Closes #18420. --- include/wx/richtext/richtextstyledlg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/richtext/richtextstyledlg.h b/include/wx/richtext/richtextstyledlg.h index 316246e221..26444d0cd9 100644 --- a/include/wx/richtext/richtextstyledlg.h +++ b/include/wx/richtext/richtextstyledlg.h @@ -15,6 +15,8 @@ * Includes */ +#include "wx/dialog.h" + #include "wx/richtext/richtextuicustomization.h" ////@begin includes