From: Włodzimierz Skiba Date: Mon, 23 May 2005 08:46:42 +0000 (+0000) Subject: Use our own math.h wrapper. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9941a3eb538360b008a43babc2a98e4bb62ecb29?ds=inline Use our own math.h wrapper. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/dde.cpp b/src/msw/dde.cpp index d19c645889..3b32cf06c4 100644 --- a/src/msw/dde.cpp +++ b/src/msw/dde.cpp @@ -39,12 +39,12 @@ #include "wx/dde.h" #include "wx/intl.h" #include "wx/hashmap.h" +#include "wx/math.h" #include "wx/msw/private.h" #include #include -#include // ---------------------------------------------------------------------------- // macros and constants