From 21dcaa3b59d2cbc9dee83c67259283412b7a445c Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 13 May 2020 18:43:16 +0000 Subject: [PATCH] Issue #80 - Fix deps in gfxFont-Impl.h --- gfx/thebes/gfxFont-Impl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gfx/thebes/gfxFont-Impl.h b/gfx/thebes/gfxFont-Impl.h index 0dd84a882b..2661d1f40a 100644 --- a/gfx/thebes/gfxFont-Impl.h +++ b/gfx/thebes/gfxFont-Impl.h @@ -6,6 +6,9 @@ #ifndef GFX_FONT_IMPL_H #define GFX_FONT_IMPL_H +#include "mozilla/DebugOnly.h" +using mozilla::DebugOnly; + #ifdef __GNUC__ #define GFX_MAYBE_UNUSED __attribute__((unused)) #else