dota2-demoinfo2 icon indicating copy to clipboard operation
dota2-demoinfo2 copied to clipboard

Files do not include <cstdio>

Open RunasSudo opened this issue 11 years ago • 0 comments

Title says it all. Attempted to compile on Arch Linux, demofile.cpp, demofiledump.cpp and demoinfo2.cpp failed to compile with errors about fprintf and SEEK_SET not being defined.

Fixed by adding #include <cstdio> to offending files.

RunasSudo avatar Dec 28 '13 00:12 RunasSudo