From efba61bac0c9eab455ffa18daf982fc68faba077 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 6 Jan 2005 12:34:23 +0000 Subject: [PATCH] Second try to commit compilo fix for sizer.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/sizer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index 72fb82f694..93d8ed9709 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -31,6 +31,7 @@ #include "wx/statbox.h" #include "wx/settings.h" #include "wx/listimpl.cpp" +#include "wx/intl.h" #if WXWIN_COMPATIBILITY_2_4 #include "wx/notebook.h" #endif -- 2.47.2