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
Родитель c95ead91a9
Коммит 6da7c16257
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

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