I'm trying to build Poco 1.14.2 from Linux (Debian-12) for Windows-32 bits, but I'm facing this issue :
In Foundation/src/SharedMemory_WIN32.cpp : std::numeric_limits is used (if _WIN64 is not defined) but <limits> seems to be never included.
I went through includes and don't found limits.
I'm trying to build Poco 1.14.2 from Linux (Debian-12) for Windows-32 bits, but I'm facing this issue :
In
Foundation/src/SharedMemory_WIN32.cpp:std::numeric_limitsis used (if _WIN64 is not defined) but<limits>seems to be never included.I went through includes and don't found
limits.