This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pale-moon. commit 076feb4c485c9671ab3f0c7b2b4c8ca62ba58a19 Author: Pale Moon <git-repo@palemoon.org> Date: Thu May 17 12:40:27 2018 +0200 Fix missing include in Skia SafeMath --- gfx/skia/trunk/src/core/SkSafeMath.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/skia/trunk/src/core/SkSafeMath.h b/gfx/skia/trunk/src/core/SkSafeMath.h index b8e9139..2eb6d3d 100644 --- a/gfx/skia/trunk/src/core/SkSafeMath.h +++ b/gfx/skia/trunk/src/core/SkSafeMath.h @@ -9,6 +9,7 @@ #define SkSafeMath_DEFINED #include "SkTypes.h" +#include "SkTFitsIn.h" #include <limits> // SkSafeMath always check that a series of operations do not overflow. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git