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 c46671c..ceca8b8 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <math.h> +#include <string.h> #include <raylib.h> #include <raymath.h> |