Commit 77b8d767 authored by Andy Getz's avatar Andy Getz
Browse files

Merge pull request #2844 from mstorsjo:windows-includes

PiperOrigin-RevId: 310910168
parents fe5300eb d86e9e23
......@@ -81,13 +81,11 @@
#elif GTEST_OS_WINDOWS // We are on Windows proper.
# include <Windows.h> // NOLINT
# include <windows.h> // NOLINT
# undef min
#ifdef _MSC_VER
# include <crtdbg.h> // NOLINT
# include <debugapi.h> // NOLINT
#endif
# include <io.h> // NOLINT
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment