From: Vadim Zeitlin Date: Fri, 3 Nov 2006 19:45:17 +0000 (+0000) Subject: compilation fix: must include wx/dcmemory.h instead of wx/mgl/dcmemory.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/51b7f9464da7980f9854c39b7c4a8b8d98b2f691?ds=inline 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 --- 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" // ---------------------------------------------------------------------------