intel / yarpgen

Yet Another Random Program Generator
Other
469 stars 50 forks source link

Add missing header. #190

Closed chestnykh closed 9 months ago

chestnykh commented 9 months ago

When I have tried to build yarpgen on ArchLinux the build failed with "/home/dima/work/yarpgen/src/options.h:122:5: error: ‘uint64_t’ does not name a type 122 | uint64_t getSeed() { return seed; } | ^~~~ /home/dima/work/yarpgen/src/options.h:28:1: note: ‘uint64_t’ is defined in header ‘’;..."