From 5c411b7d88e699cd5db4873118216f5fe64e30ed Mon Sep 17 00:00:00 2001 From: rpotts Date: Wed, 29 Apr 1998 20:04:28 +0000 Subject: [PATCH] added include of string.h since NSPR no longer includes windows.h which pulled it in... git-svn-id: svn://10.0.0.236/trunk@870 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/tests/TestColorNames.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/gfx/tests/TestColorNames.cpp b/mozilla/gfx/tests/TestColorNames.cpp index e332c726e2e..70d5b064d93 100644 --- a/mozilla/gfx/tests/TestColorNames.cpp +++ b/mozilla/gfx/tests/TestColorNames.cpp @@ -17,6 +17,7 @@ */ #include +#include #include "nsColorNames.h" #include "prprf.h"