From: Robin Dunn Date: Thu, 27 Jun 2002 23:02:07 +0000 (+0000) Subject: Fixed compile error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/25f430fcc4e54ba5a0dae547ce6e8e0b4310147f Fixed compile error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/calctrl.cpp b/src/generic/calctrl.cpp index 0352b4c2f5..61eeb94708 100644 --- a/src/generic/calctrl.cpp +++ b/src/generic/calctrl.cpp @@ -34,6 +34,7 @@ #include "wx/brush.h" #include "wx/combobox.h" #include "wx/stattext.h" + #include "wx/textctrl.h" #endif //WX_PRECOMP #if wxUSE_CALENDARCTRL