Skip to content

Commit f403501

Browse files
Tigran Geghamyanmartinmoene
authored andcommitted
Fix include path for Windows in lest_cpp03.hpp to ensure compatibility with ming64
1 parent 9c066f5 commit f403501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/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)