summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2020-05-15 21:13:56 +0530
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:56:20 +0000
commitd38d5414fc1001b2a4699eb15a578d09bf12877b (patch)
tree1a383ecec1f52c4dd9f49c576ed067a90b4a90c1
parent1182ecd0b4a9f9954032e9da614b150ef6f073ec (diff)
downloadUXP-d38d5414fc1001b2a4699eb15a578d09bf12877b.tar
UXP-d38d5414fc1001b2a4699eb15a578d09bf12877b.tar.gz
UXP-d38d5414fc1001b2a4699eb15a578d09bf12877b.tar.lz
UXP-d38d5414fc1001b2a4699eb15a578d09bf12877b.tar.xz
UXP-d38d5414fc1001b2a4699eb15a578d09bf12877b.zip
Issue #80 - Include gfx/Logging.h in NativeFontResourceMac.cpp
-rw-r--r--gfx/2d/NativeFontResourceMac.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/2d/NativeFontResourceMac.cpp b/gfx/2d/NativeFontResourceMac.cpp
index aaf6db181..61fd3b607 100644
--- a/gfx/2d/NativeFontResourceMac.cpp
+++ b/gfx/2d/NativeFontResourceMac.cpp
@@ -8,6 +8,7 @@
#include "Types.h"
#include "mozilla/RefPtr.h"
+#include "mozilla/gfx/Logging.h"
#ifdef MOZ_WIDGET_UIKIT
#include <CoreFoundation/CoreFoundation.h>