From 5f5f809d57694ccca5c80245f98fe05170962194 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sun, 31 Oct 2004 23:53:39 +0000 Subject: [PATCH] #include "wx/settings.h" wxSystemSettings is needed by non-OSX code. Typically precompiled headers are used so this hadn't been noticed before. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dcclient.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/dcclient.cpp b/src/mac/carbon/dcclient.cpp index 2d75ff390e..07d0f431fc 100644 --- a/src/mac/carbon/dcclient.cpp +++ b/src/mac/carbon/dcclient.cpp @@ -18,6 +18,7 @@ #include "wx/region.h" #include "wx/window.h" #include "wx/toplevel.h" +#include "wx/settings.h" #include #include "wx/mac/private.h" -- 2.45.2