1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-11 13:23:13 +00:00

added limits.h

This commit is contained in:
Zeno Rogue 2020-05-31 17:31:16 +02:00
parent 26374cc205
commit dacc93ee50

@ -443,6 +443,7 @@ extern "C" {
#include <random>
#include <complex>
#include <new>
#include <limits.h>
#if CAP_VIDEO
#include <sys/wait.h>