Missing #includes to allow wx/mac/carbon/tooltip.h be included first by user.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
044077236a
commit
85855db1c4
@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: mac/tooltip.h
|
||||
// Name: wx/mac/carbon/tooltip.h
|
||||
// Purpose: wxToolTip class - tooltip control
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
@ -12,6 +12,9 @@
|
||||
#ifndef _WX_MAC_TOOLTIP_H_
|
||||
#define _WX_MAC_TOOLTIP_H_
|
||||
|
||||
#include "wx/string.h"
|
||||
#include "wx/event.h"
|
||||
|
||||
class wxToolTip : public wxObject
|
||||
{
|
||||
public:
|
||||
|
@ -11,13 +11,14 @@
|
||||
|
||||
#if wxUSE_TOOLTIPS
|
||||
|
||||
#include "wx/tooltip.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/app.h"
|
||||
#include "wx/window.h"
|
||||
#include "wx/dc.h"
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#include "wx/tooltip.h"
|
||||
#include "wx/timer.h"
|
||||
#include "wx/geometry.h"
|
||||
#include "wx/mac/uma.h"
|
||||
|
Loading…
Reference in New Issue
Block a user