[tor-commits] [tor-browser/tor-browser-91.3.0esr-11.0-1] Bug 1732360 - Add headers needed by MOZ_BUNDLED_FONTS. r?jfkthame
sysrqb at torproject.org
sysrqb at torproject.org
Tue Nov 2 21:00:27 UTC 2021
commit 1a182f4df6dac29df9f334c1e45128d4010a40d4
Author: Matthew Finkel <sysrqb at torproject.org>
Date: Sun Sep 12 14:44:33 2021 +0000
Bug 1732360 - Add headers needed by MOZ_BUNDLED_FONTS. r?jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D126817
---
gfx/thebes/gfxPlatformMac.cpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gfx/thebes/gfxPlatformMac.cpp b/gfx/thebes/gfxPlatformMac.cpp
index 56a8271b8279..56ac6bef9652 100644
--- a/gfx/thebes/gfxPlatformMac.cpp
+++ b/gfx/thebes/gfxPlatformMac.cpp
@@ -29,6 +29,11 @@
#include "GeckoProfiler.h"
#include "nsThreadUtils.h"
+#ifdef MOZ_BUNDLED_FONTS
+# include "mozilla/Telemetry.h"
+# include "nsDirectoryServiceDefs.h"
+#endif
+
#include <dlfcn.h>
#include <CoreVideo/CoreVideo.h>
More information about the tor-commits
mailing list