From 80afbf08eb82a99f8a2eeeb1741eb7ca1ccf957d Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Thu, 9 Jun 2011 22:16:28 +0000 Subject: [PATCH] #include if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT git-svn-id: http://skia.googlecode.com/svn/trunk@1561 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkScalar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkScalar.h b/include/core/SkScalar.h index 5dbf6841a0..ba113f41c5 100644 --- a/include/core/SkScalar.h +++ b/include/core/SkScalar.h @@ -18,6 +18,7 @@ #define SkScalar_DEFINED #include "SkFixed.h" +#include "SkFloatingPoint.h" /** \file SkScalar.h @@ -29,7 +30,6 @@ */ #ifdef SK_SCALAR_IS_FLOAT - #include "SkFloatingPoint.h" /** SkScalar is our type for fractional values and coordinates. Depending on compile configurations, it is either represented as an IEEE float, or