From e69282d83f57610669529e4fdfce6c084a2f7319 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Fri, 4 Feb 2011 13:41:06 +0000 Subject: [PATCH] Bug 630844 - gfxWindowsPlatform.cpp fails to cross compile on case-sensitive OSes after landing bug 629611 r=jdaggett a=joe --- gfx/thebes/gfxWindowsPlatform.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gfx/thebes/gfxWindowsPlatform.cpp b/gfx/thebes/gfxWindowsPlatform.cpp index 80da373b6e1..92b333529b7 100644 --- a/gfx/thebes/gfxWindowsPlatform.cpp +++ b/gfx/thebes/gfxWindowsPlatform.cpp @@ -76,8 +76,8 @@ #endif #endif -#include -#include +#include +#include #ifdef CAIRO_HAS_D2D_SURFACE #include "gfxD2DSurface.h"