From 9941a3eb538360b008a43babc2a98e4bb62ecb29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 23 May 2005 08:46:42 +0000 Subject: [PATCH] Use our own math.h wrapper. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/dde.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2