1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

added limits.h

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

View File

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