Skip to content

Commit cbc7209

Browse files
add limits header
1 parent ccc8ee2 commit cbc7209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/logic/input.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <string.h>
2121
#include <stdlib.h>
2222
#include <stdarg.h>
23+
#include <limits.h>
2324

2425
#ifdef __WIN32
2526
#include <windows.h>

0 commit comments

Comments
 (0)