Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: webrtc/base/buffer.h

Issue 2073763002: Performance fix for H264 RBSP parsing. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Missing include in base/buffer.h Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/common_video/h264/h264_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/buffer.h
diff --git a/webrtc/base/buffer.h b/webrtc/base/buffer.h
index 2bb241d9e5135be03b75b8f9ba0ed9b36ea646a1..cdaab544a7352e8d2df089b6070d47765dde3e47 100644
--- a/webrtc/base/buffer.h
+++ b/webrtc/base/buffer.h
@@ -11,6 +11,7 @@
#ifndef WEBRTC_BASE_BUFFER_H_
#define WEBRTC_BASE_BUFFER_H_
+#include <algorithm>
#include <cstring>
#include <memory>
#include <type_traits>
« no previous file with comments | « no previous file | webrtc/common_video/h264/h264_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698