From: Václav Slavík Date: Sun, 10 Aug 2008 20:40:48 +0000 (+0000) Subject: pch-less compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e00d33048df2271b3f37979dc2ce64ac9ecc230a?ds=inline pch-less compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/tls.h b/include/wx/msw/tls.h index e7dc94023e..f946e12bdc 100644 --- a/include/wx/msw/tls.h +++ b/include/wx/msw/tls.h @@ -12,6 +12,7 @@ #define _WX_MSW_TLS_H_ #include "wx/log.h" +#include "wx/intl.h" #include "wx/msw/wrapwin.h"