LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.38k stars 525 forks source link

fix incllude files #1886

Closed borg323 closed 1 year ago

borg323 commented 1 year ago

It seems that some standard header file, most likely string, used to include cstdint, so it was omitted in some places. Fixes #1882.