Bug 1629732 - Fix non-unified build errors in layout/mathml. r=tnikkel

Differential Revision: https://phabricator.services.mozilla.com/D71247
This commit is contained in:
Botond Ballo 2020-04-17 01:43:08 +00:00
parent c95ead91a9
commit 6da7c16257
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "mozilla/dom/MathMLElement.h"
#include <algorithm>
#include "gfxMathTable.h"
#include "gfxTextRun.h"
using namespace mozilla;
using namespace mozilla::gfx;

View File

@ -12,6 +12,7 @@
#include <algorithm>
#include "gfxContext.h"
#include "gfxMathTable.h"
#include "gfxTextRun.h"
using namespace mozilla;