2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-20 15:12:11 +00:00

Windows.h > windows.h

Fixes build on case-sensitive fs
This commit is contained in:
Julien Schueller
2018-04-15 08:33:56 +02:00
committed by GitHub
parent d268106bf8
commit a6dede8199

View File

@@ -1,5 +1,5 @@
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#else
#include <sys/time.h>
#endif