]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix (need meth.h for fabs)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2005 22:48:26 +0000 (22:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Feb 2005 22:48:26 +0000 (22:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/geometry/point.cpp

index b81e836efe36c6a088c724076427c351bc6a40f3..ecdf7c9d06e948579d15ddeab4ecc34d30affd82 100644 (file)
@@ -21,6 +21,8 @@
     #include "wx/gdicmn.h"
 #endif // WX_PRECOMP
 
+#include "wx/math.h"
+
 // ----------------------------------------------------------------------------
 // test class
 // ----------------------------------------------------------------------------