From e730e00684e2e640497f57b28e6869985a94553f Mon Sep 17 00:00:00 2001 From: Ginn Chen Date: Wed, 18 Feb 2009 19:44:18 +0800 Subject: [PATCH] Bug 478842 gfxColorManagementTest.cpp failed to build on Solaris r=bholley --- gfx/thebes/test/gfxColorManagementTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/thebes/test/gfxColorManagementTest.cpp b/gfx/thebes/test/gfxColorManagementTest.cpp index 95efddaea2f6..47002f07102c 100644 --- a/gfx/thebes/test/gfxColorManagementTest.cpp +++ b/gfx/thebes/test/gfxColorManagementTest.cpp @@ -6,6 +6,8 @@ #include "lcms.h" +using std::isspace; + /* Nabbed from the http://www.jonh.net/~jonh/md5/crc32/crc32.c. License is * "do anything, no restrictions." */ unsigned long crc32(const unsigned char *s, unsigned int len);