Fix missing limits header in SDL2 module

This commit is contained in:
efliks 2025-03-09 12:54:01 +01:00
parent 474dfcb524
commit 6d814f6c41

View file

@ -35,6 +35,7 @@
*/
#include <SDL2/SDL.h>
#include <limits.h>
#include "header/input.h"
#include "../header/keyboard.h"