diff options
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h index 089d891..0f2a049 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -6,6 +6,7 @@ #include <time.h> #include <ctype.h> #include <stdbool.h> +#include <limits.h> #include <raylib.h> #include <raymath.h> |