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:
parent
060aa57084
commit
e38e4f6e48
@ -46,6 +46,8 @@
|
||||
#ifndef WEBRTC_BASE_LOGGING_H_
|
||||
#define WEBRTC_BASE_LOGGING_H_
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include <list>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user