tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit fc1ef114347a8b296836b4901f0885a53d06f270
parent 2e28285b9aa340ac2b89088e13dbc50220920917
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Mon, 17 Nov 2025 13:21:16 +0000

Bug 2000361 - Add missing <array> to provide std::size r=sylvestre DONTBUILD

It may or may not be trasitively provided by <algorithm>, better be explicit

Differential Revision: https://phabricator.services.mozilla.com/D272848

Diffstat:
Mdom/canvas/WebGLStrongTypes.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dom/canvas/WebGLStrongTypes.h b/dom/canvas/WebGLStrongTypes.h @@ -7,6 +7,7 @@ #define WEBGL_STRONG_TYPES_H_ #include <algorithm> +#include <array> #include "GLDefs.h" #include "mozilla/Assertions.h"