X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/163b3ad72c6729733881e74608af586a99f43726..13d4419b86d028b3e7e32b0f94cc45c40dd9551c:/include/wx/math.h diff --git a/include/wx/math.h b/include/wx/math.h index e5fdef0a58..b7096cbfdb 100644 --- a/include/wx/math.h +++ b/include/wx/math.h @@ -60,6 +60,9 @@ #elif defined(__GNUG__)||defined(__GNUWIN32__)||defined(__DJGPP__)|| \ defined(__SGI_CC__)||defined(__SUNCC__)||defined(__XLC__)|| \ defined(__HPUX__)||defined(__MWERKS__) +#ifdef __SOLARIS__ +#include +#endif #define wxFinite(x) finite(x) #else #define wxFinite(x) ((x) == (x))