From 006271980fc91ab2e10024e77b56f98d6bb5a35b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 8 May 2004 15:41:41 +0000 Subject: [PATCH] Added missing textctrl.h include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index 2cead606f9..b5f98056e4 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -35,6 +35,7 @@ #include "wx/spinctrl.h" #include "wx/log.h" #include "wx/geometry.h" +#include "wx/textctrl.h" #include "wx/toolbar.h" #include "wx/dc.h" -- 2.47.2