1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Issue #80 - Fix deps in gfxFont-Impl.h

This commit is contained in:
Moonchild
2020-05-13 18:43:16 +00:00
committed by Roy Tam
parent 9e45084e77
commit 21dcaa3b59
+3
View File
@@ -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