missing limits include

This commit is contained in:
Enno Rehling 2018-10-30 06:02:55 +01:00
parent e8ca81bc1a
commit 00718424cf

View file

@ -17,8 +17,9 @@
#include <CuTest.h> #include <CuTest.h>
#include <tests.h> #include <tests.h>
#include <stdlib.h>
#include <assert.h> #include <assert.h>
#include <stdlib.h>
#include <limits.h>
typedef struct build_fixture { typedef struct build_fixture {
faction *f; faction *f;