From cc3afe0dc60ddbd1ba8d31875e6f339fb55e1f93 Mon Sep 17 00:00:00 2001 From: Jouk Date: Tue, 24 Aug 2021 14:05:00 +0200 Subject: [PATCH] Include wx/toplevel.h to for wxTopLevelWindow --- src/univ/textctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/univ/textctrl.cpp b/src/univ/textctrl.cpp index 0d66222326..a77d8187d2 100644 --- a/src/univ/textctrl.cpp +++ b/src/univ/textctrl.cpp @@ -128,6 +128,7 @@ #include "wx/dcclient.h" #include "wx/validate.h" #include "wx/dataobj.h" + #include "wx/toplevel.h" #endif #include