hls-llvm-project icon indicating copy to clipboard operation
hls-llvm-project copied to clipboard

Need to include #include <limits> in the hls-llvm-project/llvm/lib/Support/XilinxPlat/CoreQuerier.cpp

Open ChengyueWang opened this issue 9 months ago • 1 comments

Hi Xilinx,

Here is a kind reminder that #include is required to be included at the top of the file hls-llvm-project/llvm/lib/Support/XilinxPlat/CoreQuerier.cpp otherwise the project will fail to build with the error "‘numeric_limits’ is not a member of ‘std’"

Thanks!

ChengyueWang avatar Jan 31 '25 03:01 ChengyueWang

I encountered the same issue.

rfforelli avatar Feb 11 '25 23:02 rfforelli