From c6e8c6f84a1420a9247fa56d342b561af730364c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 19 Feb 2005 22:48:26 +0000 Subject: [PATCH] compilation fix (need meth.h for fabs) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/geometry/point.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/geometry/point.cpp b/tests/geometry/point.cpp index b81e836..ecdf7c9 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 // ---------------------------------------------------------------------------- -- 2.7.4