mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-04-11 12:40:45 +00:00
Fix missing limits header in SDL2 module
This commit is contained in:
parent
474dfcb524
commit
6d814f6c41
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
*/
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "header/input.h"
|
||||
#include "../header/keyboard.h"
|
||||
|
|
Loading…
Reference in a new issue