compilation fix (need meth.h for fabs)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-02-19 22:48:26 +00:00
parent a6ed2b09a3
commit c6e8c6f84a

View File

@ -21,6 +21,8 @@
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/math.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// test class // test class
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------