Closed Abir-Tx closed 3 years ago
The error seems to mention -
"Please include rang.hpp before any windows system headers or set _WIN32_WINNT at least to _WIN32_WINNT_VISTA"
Could you try the same? This was added by another contributor to the library so I assume it to be of some significance.
Including the header above all other header solved the problem. Thanks
But can you please elaborate the second method which is setting the _WIN32_WINNT
. How can I do that ?
@Abir-Tx maybe this'll help - https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=msvc-160
@Abir-Tx maybe this'll help - https://docs.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt?view=msvc-160
Okay, Thanks a lot for the help brother . ❤ Solved my issue real quick.
I got these errors while compiling my project. I used the
rang.h
header file. Please fix this issue if possible. I am getting these errors -