-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
Dev Tools 2020-02-10
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In mongo/base/time_support.h
namespace mongo
{ ... #include <sys/time.h> }// namespace mongo
That's not gonna work. We're saved by include guards probably.