IWYU: errno.h in base/logging.h

Without this, some toolchains may fail to build base/checks.cc
because errno is undefined.

NOTRY=true

Review-Url: https://codereview.webrtc.org/1971513002
Cr-Commit-Position: refs/heads/master@{#12696}
This commit is contained in:
mostynb 2016-05-12 01:08:20 -07:00 committed by Commit bot
parent 060aa57084
commit e38e4f6e48

View File

@ -46,6 +46,8 @@
#ifndef WEBRTC_BASE_LOGGING_H_
#define WEBRTC_BASE_LOGGING_H_
#include <errno.h>
#include <list>
#include <sstream>
#include <string>