From 5b93bc278b6ea1b6d0fd7b832a64200a097c8cbf Mon Sep 17 00:00:00 2001 From: "jmalonzo@webkit.org" Date: Tue, 4 Nov 2008 19:43:58 +0000 Subject: [PATCH] 2008-11-04 Jan Michael Alonzo Build fix. Not reviewed. * platform/graphics/FloatPoint.h: include math.h. reported by zdobersek in #webkit. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38108 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 7 +++++++ WebCore/platform/graphics/FloatPoint.h | 1 + 2 files changed, 8 insertions(+) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index b005318d5e6e..a57578247b01 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,10 @@ +2008-11-04 Jan Michael Alonzo + + Build fix. Not reviewed. + + * platform/graphics/FloatPoint.h: include math.h. + reported by zdobersek in #webkit. + 2008-11-04 Darin Fisher Reviewed by Anders Carlsson. diff --git a/WebCore/platform/graphics/FloatPoint.h b/WebCore/platform/graphics/FloatPoint.h index 815dcd370a12..779e39ebac77 100644 --- a/WebCore/platform/graphics/FloatPoint.h +++ b/WebCore/platform/graphics/FloatPoint.h @@ -30,6 +30,7 @@ #include "FloatSize.h" #include "IntPoint.h" #include +#include #if PLATFORM(CG) typedef struct CGPoint CGPoint; -- 2.11.4.GIT