Skip to content

Commit a445ff7

Browse files
committed
Use #include "windows" (lowercase 'w') to support crosscompilation e.g. on mingw64 on Ubuntu (#81, thanks @geghamyan variant-lite PR 57)
1 parent ab573ae commit a445ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎include/lest/lest_cpp03.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#if lest_FEATURE_TIME
6767
# if lest_PLATFORM_IS_WINDOWS
6868
# include <iomanip>
69-
# include <Windows.h>
69+
# include <windows.h>
7070
# else
7171
# include <iomanip>
7272
# include <sys/time.h>

0 commit comments

Comments
 (0)