Include stringutils to allow build on chromium

Bug: webrtc:9642
Change-Id: Idad8d7a61f8b289c185590b64c79974f81a414e3
Reviewed-on: https://webrtc-review.googlesource.com/101541
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Paulina Hensman <phensman@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24797}
This commit is contained in:
Paulina Hensman
2018-09-24 10:28:22 +02:00
committed by Commit Bot
parent 0faf082f9a
commit dd8de18784

View File

@ -16,6 +16,7 @@
#include "api/video/i420_buffer.h" #include "api/video/i420_buffer.h"
#include "rtc_base/logging.h" #include "rtc_base/logging.h"
#include "rtc_base/refcountedobject.h" #include "rtc_base/refcountedobject.h"
#include "rtc_base/stringutils.h"
namespace webrtc { namespace webrtc {
namespace test { namespace test {