From ed7fe08bcfda1f5d0b398e553a215ec28bddbb32 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 10 Dec 2020 19:04:26 +0000 Subject: [PATCH] Bug 1681503 - std::min() not available in dom/base/nsTextFragmentVMX.cpp, r=sefeng Differential Revision: https://phabricator.services.mozilla.com/D99378 --- dom/base/nsTextFragmentVMX.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/base/nsTextFragmentVMX.cpp b/dom/base/nsTextFragmentVMX.cpp index 528836c63759..a071adaee7de 100644 --- a/dom/base/nsTextFragmentVMX.cpp +++ b/dom/base/nsTextFragmentVMX.cpp @@ -7,6 +7,7 @@ #include "nscore.h" #include "nsAlgorithm.h" #include "nsTextFragmentImpl.h" +#include #include namespace mozilla {