mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #80 - Fix deps in gfxFont-Impl.h
This commit is contained in:
parent
9e45084e77
commit
21dcaa3b59
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue