From: Gilles Depeyrot Date: Mon, 2 Sep 2002 19:16:32 +0000 (+0000) Subject: use "..." for wx includes instead of <...> X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/57530dba8561c3133657ea946665b2d6a56279b8?ds=inline use "..." for wx includes instead of <...> git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index a3a31e301d..6018e46219 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -16,7 +16,8 @@ #pragma interface "window.h" #endif -#include +#include "wx/brush.h" + // --------------------------------------------------------------------------- // forward declarations // ---------------------------------------------------------------------------