dota2-demoinfo2
dota2-demoinfo2 copied to clipboard
Files do not include <cstdio>
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.