compilation fix for wxMotif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-11-16 15:08:49 +00:00
parent 5e6e6e73d2
commit 2a2ec35354

View File

@ -1,6 +1,9 @@
#ifndef _WX_PALETTE_H_BASE_
#define _WX_PALETTE_H_BASE_
// include it to get wxUSE_PALETTE value
#include "wx/setup.h"
#if wxUSE_PALETTE
#if defined(__WXMSW__)