Commit ed3d403c authored by Jeremy Apthorp's avatar Jeremy Apthorp Committed by Commit Bot

include <algorithm> for std::min in smil_time.h

This caused build failures for Electron, which builds with MSSTL

Change-Id: I5b21d27eb02523e975957befd50bf958a6fa6a89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938028
Auto-Submit: Jeremy Apthorp <jeremya@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: default avatardsinclair <dsinclair@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719575}
parent f8702dfc
......@@ -26,6 +26,7 @@
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_SVG_ANIMATION_SMIL_TIME_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_SVG_ANIMATION_SMIL_TIME_H_
#include <algorithm>
#include <ostream>
#include "base/time/time.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment