diff options
Diffstat (limited to 'gfx/thebes')
-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 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
|