From 5595986d655fb24fe43fcad9d88c557146da21d9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 16 Jul 2003 09:58:59 +0000 Subject: [PATCH] compilation fix (missing wx/winundef.h) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/textctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp index 05df7e86d2..e54f8ce99c 100644 --- a/src/msw/textctrl.cpp +++ b/src/msw/textctrl.cpp @@ -50,6 +50,7 @@ #include "wx/textfile.h" #include +#include "wx/msw/winundef.h" #include "wx/msw/private.h"