Commit e7327c13 authored by Aaron Dierking's avatar Aaron Dierking Committed by Gennadiy Civil
Browse files

Merge 41fc9745d4a448db7d932250d22fac1dda287443 into 658c6390

Accepts #1889

PiperOrigin-RevId: 216709878
parent bc6a4ce3
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
# include <io.h> # include <io.h>
# include <sys/stat.h> # include <sys/stat.h>
# include <map> // Used in ThreadLocal. # include <map> // Used in ThreadLocal.
# ifdef _MSC_VER
# include <crtdbg.h>
# endif // _MSC_VER
#else #else
# include <unistd.h> # include <unistd.h>
#endif // GTEST_OS_WINDOWS #endif // GTEST_OS_WINDOWS
......
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