From e7f11f60d0959321fa6f76cc0ba86f250fe9b130 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sat, 28 Jun 2003 04:05:25 +0000 Subject: [PATCH] include "wx/setup.h" before testing for wxUSE_SLIDER git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/slider.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cocoa/slider.mm b/src/cocoa/slider.mm index ab53b6c04b..207f9a8c99 100644 --- a/src/cocoa/slider.mm +++ b/src/cocoa/slider.mm @@ -9,6 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#include "wx/setup.h" #if wxUSE_SLIDER #include "wx/app.h" -- 2.47.2