X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff8bfdbbb14af4cd77de9d3534b1cd4f7a033137..a260fe6a435f318c386b2da660fd30a7a2b02ce5:/src/gtk/tooltip.cpp diff --git a/src/gtk/tooltip.cpp b/src/gtk/tooltip.cpp index dde56c65ee..f5fdd8a0f6 100644 --- a/src/gtk/tooltip.cpp +++ b/src/gtk/tooltip.cpp @@ -11,6 +11,10 @@ #pragma implementation "tooltip.h" #endif +#include "wx/setup.h" + +#if wxUSE_TOOLTIPS + #include "wx/window.h" #include "wx/tooltip.h" @@ -86,4 +90,5 @@ void wxToolTip::SetDelay( long msecs ) gtk_tooltips_set_delay( ss_tooltips, msecs ); } +#endif