From 7a8b7e04af1a1c73fb5f568852c7050100540837 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Wed, 4 Mar 2009 07:42:42 +0000 Subject: [PATCH] inserting missing include for non PCH-build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/textentry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/motif/textentry.cpp b/src/motif/textentry.cpp index d2b4cb27f6..8b3a1291d5 100644 --- a/src/motif/textentry.cpp +++ b/src/motif/textentry.cpp @@ -25,6 +25,7 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/window.h" #endif //WX_PRECOMP #include "wx/textentry.h" -- 2.47.2