Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing include in posix_time.cpp #27811

Merged
merged 1 commit into from
Jan 23, 2019

Conversation

jbytheway
Copy link
Contributor

@jbytheway jbytheway commented Jan 23, 2019

Summary

SUMMARY: None

Purpose

Fixes #27799.

Details

An include of cerrno was removed in #27785 from posix_time.h and should have been added back into posix_time.cpp instead, but wasn't. Has been breaking the Mingw CI.

This was removed in CleverRaven#27785 from posix_time.h and should have been added
back into posix_time.cpp, but wasn't.   Has been breaking the Mingw CI.
@jbytheway jbytheway changed the title Fix missing include in posix_time.cpp Fix missing include in posix_time.cpp Jan 23, 2019
@ZhilkinSerg ZhilkinSerg added Code: Build Issues regarding different builds and build environments OS: Windows Issues related to Windows operating system [C++] Changes (can be) made in C++. Previously named `Code` Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style labels Jan 23, 2019
@ZhilkinSerg ZhilkinSerg merged commit 8740acf into CleverRaven:master Jan 23, 2019
@jbytheway jbytheway deleted the missing_cerrno_include branch January 23, 2019 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` Code: Build Issues regarding different builds and build environments Code: Infrastructure / Style / Static Analysis Code internal infrastructure and style OS: Windows Issues related to Windows operating system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants