From d73bfc3733cffedea7cf5ecf89e58ee81d4533a6 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 13 May 2020 14:34:14 +0000 Subject: Issue #80 - Fix gfx/thebes Windows conditional --- gfx/thebes/gfxFontInfoLoader.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gfx') diff --git a/gfx/thebes/gfxFontInfoLoader.cpp b/gfx/thebes/gfxFontInfoLoader.cpp index c865f1abe..c9abef2ea 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; -- cgit v1.2.3