[tbb-commits] [tor-browser/tor-browser-91.2.0esr-11.0-1] Bug 1732360 - Add headers needed by MOZ_BUNDLED_FONTS. r?jfkthame
sysrqb at torproject.org
sysrqb at torproject.org
Wed Oct 6 13:32:11 UTC 2021
commit eaa493ec6fb22f9196a09079abba799b43336101
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 tbb-commits
mailing list