#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)
commit5f5f809d57694ccca5c80245f98fe05170962194
tree58077b5ff97908df9fa70dfa9cc2327b2d9bc77c
parent184213a42af1ce89f2f545b0f6f2532ee077c1fd
#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