From: Vadim Zeitlin Date: Sat, 19 Feb 2005 22:48:26 +0000 (+0000) Subject: compilation fix (need meth.h for fabs) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c6e8c6f84a1420a9247fa56d342b561af730364c compilation fix (need meth.h for fabs) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/geometry/point.cpp b/tests/geometry/point.cpp index b81e836efe..ecdf7c9d06 100644 --- a/tests/geometry/point.cpp +++ b/tests/geometry/point.cpp @@ -21,6 +21,8 @@ #include "wx/gdicmn.h" #endif // WX_PRECOMP +#include "wx/math.h" + // ---------------------------------------------------------------------------- // test class // ----------------------------------------------------------------------------