alliedmodders/hl2sdk

[CSGO, VS2022 17.4.1] Manually compiling tier1.lib failed.

laper32 opened this issue · 1 comments

When compiling strtools.h, it reports that log10 not found, see screenshots here.
屏幕截图 2022-11-18 224607

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?


ignore above mis-op