From 01a88a5b8b7b98dd221d9987bf67af2fa4dd9373 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 17 Oct 2002 16:32:27 +0000 Subject: [PATCH] compilation fix (missing header) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/mdig.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/mdig.cpp b/src/generic/mdig.cpp index 3eb4a2a940..48359edc65 100644 --- a/src/generic/mdig.cpp +++ b/src/generic/mdig.cpp @@ -31,6 +31,7 @@ #ifndef WX_PRECOMP #include "wx/panel.h" #include "wx/menu.h" + #include "wx/intl.h" #endif //WX_PRECOMP #include "wx/generic/mdig.h"