From 0d80fb3122fabc3ce5080febba776053a45a0fcb Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 10 Oct 2006 10:39:46 +0000 Subject: [PATCH] #incldue fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dc.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.2