Add an #include to appease an older clang, NFC

Add in a missing #include that AppleClang-900 complains about when
building with -DLLVM_ENABLE_MODULES.

llvm-svn: 320522
This commit is contained in:
Vedant Kumar
2017-12-12 20:19:40 +00:00
parent 1ce87c7051
commit c8e1c0945a

View File

@@ -32,6 +32,7 @@
#define NOMINMAX
#include <winsock2.h>
#else
#include <sys/time.h>
#include <sys/select.h>
#endif