]> git.saurik.com Git - wxWidgets.git/commitdiff
include "wx/setup.h" before testing for wxUSE_SLIDER
authorDavid Elliott <dfe@tgwbd.org>
Sat, 28 Jun 2003 04:05:25 +0000 (04:05 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 28 Jun 2003 04:05:25 +0000 (04:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/slider.mm

index ab53b6c04b39af3b7e1cd8b549a986a9acf48f08..207f9a8c9938d39e9e7174fc91fff4218fa4013a 100644 (file)
@@ -9,6 +9,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#include "wx/setup.h"
 #if wxUSE_SLIDER
 
 #include "wx/app.h"