From 51b7f9464da7980f9854c39b7c4a8b8d98b2f691 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 3 Nov 2006 19:45:17 +0000 Subject: [PATCH] compilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mgl/brush.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mgl/brush.cpp b/src/mgl/brush.cpp index 749af4a4f0..b151db8a0a 100644 --- a/src/mgl/brush.cpp +++ b/src/mgl/brush.cpp @@ -16,7 +16,7 @@ #include "wx/brush.h" #include "wx/mgl/private.h" -#include "wx/mgl/dcmemory.h" +#include "wx/dcmemory.h" // --------------------------------------------------------------------------- -- 2.45.2