[CSGO, VS2022 17.4.1] Manually compiling tier1.lib failed.
laper32 opened this issue · 1 comments
laper32 commented
When compiling strtools.h
, it reports that log10 not found, see screenshots here.
This just happened recently, and when I navigated to log10, it jumps to corecrt_math.h
, and I did not found this header with all files related.
Looks like microsoft removed this header file somewhere.
Perhaps we need to add #include <cmath>
somewhere to ensure that it can be compiled?
laper32 commented
ignore above mis-op