summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-13 18:43:16 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:54:18 +0000
commit935ce8fa8e50c7d043dda94b442fcdd5fcb8def5 (patch)
tree6dd66cbe6f55dd68e73f6706d1820e39b8b68dec /gfx
parent85b89ee754ea34156ea2c760265e0445121c8ab9 (diff)
downloadUXP-935ce8fa8e50c7d043dda94b442fcdd5fcb8def5.tar
UXP-935ce8fa8e50c7d043dda94b442fcdd5fcb8def5.tar.gz
UXP-935ce8fa8e50c7d043dda94b442fcdd5fcb8def5.tar.lz
UXP-935ce8fa8e50c7d043dda94b442fcdd5fcb8def5.tar.xz
UXP-935ce8fa8e50c7d043dda94b442fcdd5fcb8def5.zip
Issue #80 - Fix deps in gfxFont-Impl.h
Diffstat (limited to 'gfx')
-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