From 57530dba8561c3133657ea946665b2d6a56279b8 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Mon, 2 Sep 2002 19:16:32 +0000 Subject: [PATCH] use "..." for wx includes instead of <...> git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 // --------------------------------------------------------------------------- -- 2.50.0