diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2020-05-15 21:13:56 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 21:13:56 +0530 |
commit | fc73299024493188483932fe23b84201a70173b7 (patch) | |
tree | 379bf0797b373660496666840576bc64f2efafdc | |
parent | a72156b87a89590969d0b91860c28eeb07bca055 (diff) | |
download | uxp-fc73299024493188483932fe23b84201a70173b7.tar.gz |
Issue #80 - Include gfx/Logging.h in NativeFontResourceMac.cpp
-rw-r--r-- | gfx/2d/NativeFontResourceMac.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/2d/NativeFontResourceMac.cpp b/gfx/2d/NativeFontResourceMac.cpp index aaf6db1813..61fd3b6074 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> |