]> git.saurik.com Git - wxWidgets.git/commitdiff
#include "wx/settings.h" wxSystemSettings is needed by non-OSX code.
authorDavid Elliott <dfe@tgwbd.org>
Sun, 31 Oct 2004 23:53:39 +0000 (23:53 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sun, 31 Oct 2004 23:53:39 +0000 (23:53 +0000)
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

index 2d75ff390e174e56c7d30550518a8168cde05c7c..07d0f431fcecebced5b5408f62c884a19a438595 100644 (file)
@@ -18,6 +18,7 @@
 #include "wx/region.h"
 #include "wx/window.h"
 #include "wx/toplevel.h"
+#include "wx/settings.h"
 #include <math.h>
 #include "wx/mac/private.h"