Commit 913c504f authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr

Explicitly #include <algorithm> in media/cast/logging/encoding_event_subscriber.cc

This is needed for std::sort.

I detected the issue when building against system protobuf-2.6.0.
Likely some header is no longer implicitly/indirectly #included.

BUG=none
R=miu@chromium.org

Review URL: https://codereview.chromium.org/528743002

Cr-Commit-Position: refs/heads/master@{#292903}
parent 23a9a22b
......@@ -4,6 +4,7 @@
#include "media/cast/logging/encoding_event_subscriber.h"
#include <algorithm>
#include <cstring>
#include <utility>
......
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