summaryrefslogtreecommitdiffstats
path: root/gfx/thebes/gfxFontInfoLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/thebes/gfxFontInfoLoader.cpp')
-rw-r--r--gfx/thebes/gfxFontInfoLoader.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gfx/thebes/gfxFontInfoLoader.cpp b/gfx/thebes/gfxFontInfoLoader.cpp
index a53c96369..c9abef2ea 100644
--- a/gfx/thebes/gfxFontInfoLoader.cpp
+++ b/gfx/thebes/gfxFontInfoLoader.cpp
@@ -8,6 +8,10 @@
#include "nsIObserverService.h"
#include "nsThreadUtils.h" // for nsRunnable
#include "gfxPlatformFontList.h"
+#include "mozilla/gfx/Logging.h"
+#ifdef XP_WIN
+#include <d3d11.h>
+#endif
using namespace mozilla;
using services::GetObserverService;