Sami Kiminki

Results 2 issues of Sami Kiminki

network.h uses fixed-width integer types without including \, causing a compilation error on Ubuntu 23.10 (GCC 13.2). Fix this. Bench: 1877660 *** The error in question is: ``` g++ -DEVALFILE=\"defaultnet.nn\"...

Couple of files are not including \ for fixed-width integer types such as uint32_t, breaking the build on Ubuntu 23.10 (GCC 13). So, add the missing includes.