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 0f2a049..0186e35 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -7,6 +7,7 @@ #include <ctype.h> #include <stdbool.h> #include <limits.h> +#include <float.h> #include <raylib.h> #include <raymath.h> |