Fix PCH-less compilation of wx/richtooltip.h too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Oct 2011 21:53:10 +0000 (21:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 19 Oct 2011 21:53:10 +0000 (21:53 +0000)
commitc9b7d15bbb90681caaafa439c81b034f40320714
treefda62f335fbf1e83c56363623ec94a1cfe39631d
parentdc73d7f5d468881a9cbb71f1a234f364ff52ceaa
Fix PCH-less compilation of wx/richtooltip.h too.

We need to include the full wxColour declaration instead of just forward
declaring it as we use its ctor for a default value of a parameter.

Also include wx/defs.h to ensure that wxUSE_RICHTOOLTIP is defined before
testing it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/richtooltip.h