Make wx/richtext/richtextstyledlg.h self-sufficient

Don't require including wx/dialog.h before including this one.

Closes #18420.
This commit is contained in:
Vadim Zeitlin
2019-06-20 16:06:36 +02:00
parent a8257855c3
commit e081d2210f

View File

@@ -15,6 +15,8 @@
* Includes
*/
#include "wx/dialog.h"
#include "wx/richtext/richtextuicustomization.h"
////@begin includes