From: Włodzimierz Skiba Date: Tue, 10 Oct 2006 10:39:46 +0000 (+0000) Subject: #incldue fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d80fb3122fabc3ce5080febba776053a45a0fcb #incldue fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dc.h b/include/wx/dc.h index afb298c3c3..34ce1abdc2 100644 --- a/include/wx/dc.h +++ b/include/wx/dc.h @@ -18,6 +18,7 @@ #include "wx/object.h" // the base class +#include "wx/intl.h" // for wxLayoutDirection #include "wx/cursor.h" // we have member variables of these classes #include "wx/font.h" // so we can't do without them #include "wx/colour.h"