Bug 1666030 - Fix floor missing on some builds r=dmajor

Depends on D91004

Differential Revision: https://phabricator.services.mozilla.com/D91284
This commit is contained in:
Doug Thayer 2020-09-24 14:43:55 +00:00
Родитель acd22d7041
Коммит 53dd0a0de2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -7,6 +7,7 @@
#include "PreXULSkeletonUI.h"
#include <algorithm>
#include <math.h>
#include "mozilla/Assertions.h"
#include "mozilla/Attributes.h"