From cd9055ddceaa1cea4b85fe95e9d6135e4e8272df Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 13 May 2020 14:34:14 +0000 Subject: [PATCH] Issue #80 - Fix gfx/thebes Windows conditional --- gfx/thebes/gfxFontInfoLoader.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/thebes/gfxFontInfoLoader.cpp b/gfx/thebes/gfxFontInfoLoader.cpp index c865f1abed..c9abef2ea3 100644 --- a/gfx/thebes/gfxFontInfoLoader.cpp +++ b/gfx/thebes/gfxFontInfoLoader.cpp @@ -9,7 +9,9 @@ #include "nsThreadUtils.h" // for nsRunnable #include "gfxPlatformFontList.h" #include "mozilla/gfx/Logging.h" +#ifdef XP_WIN #include +#endif using namespace mozilla; using services::GetObserverService;