diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-13 18:43:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-13 18:43:16 +0000 |
commit | a89818f5c1cfefc3ae758ace18d8cbdbed90ac7d (patch) | |
tree | 45a0f09fe5bdd7946044c2bdb4ae75cffe253941 /gfx | |
parent | 8702b0ffb97d1ed792bd96ec56d06f7ebdde73bf (diff) | |
download | uxp-a89818f5c1cfefc3ae758ace18d8cbdbed90ac7d.tar.gz |
Issue #80 - Fix deps in gfxFont-Impl.h
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/thebes/gfxFont-Impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
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
|