summaryrefslogtreecommitdiffstats
path: root/gfx/thebes
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-13 18:43:16 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-13 18:43:16 +0000
commita89818f5c1cfefc3ae758ace18d8cbdbed90ac7d (patch)
tree45a0f09fe5bdd7946044c2bdb4ae75cffe253941 /gfx/thebes
parent8702b0ffb97d1ed792bd96ec56d06f7ebdde73bf (diff)
downloadUXP-a89818f5c1cfefc3ae758ace18d8cbdbed90ac7d.tar
UXP-a89818f5c1cfefc3ae758ace18d8cbdbed90ac7d.tar.gz
UXP-a89818f5c1cfefc3ae758ace18d8cbdbed90ac7d.tar.lz
UXP-a89818f5c1cfefc3ae758ace18d8cbdbed90ac7d.tar.xz
UXP-a89818f5c1cfefc3ae758ace18d8cbdbed90ac7d.zip
Issue #80 - Fix deps in gfxFont-Impl.h
Diffstat (limited to 'gfx/thebes')
-rw-r--r--gfx/thebes/gfxFont-Impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gfx/thebes/gfxFont-Impl.h b/gfx/thebes/gfxFont-Impl.h
index 0dd84a882..2661d1f40 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