From 9f37161ec53bb2163ef85d16bcc69a6aa339a044 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Tue, 12 May 2020 12:57:04 +0000 Subject: Issue #80 - De-unify gfx/thebes --- gfx/thebes/gfxMatrix.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gfx/thebes/gfxMatrix.cpp') diff --git a/gfx/thebes/gfxMatrix.cpp b/gfx/thebes/gfxMatrix.cpp index 8fcce4ce9..25a4d5a6f 100644 --- a/gfx/thebes/gfxMatrix.cpp +++ b/gfx/thebes/gfxMatrix.cpp @@ -8,6 +8,8 @@ #include "mozilla/gfx/Tools.h" #include "mozilla/gfx/Matrix.h" // for Matrix4x4 +using namespace mozilla::gfx; + #define CAIRO_MATRIX(x) reinterpret_cast((x)) #define CONST_CAIRO_MATRIX(x) reinterpret_cast((x)) -- cgit v1.2.3