Add missing include

This commit is contained in:
Alexander Batalov 2022-06-19 10:46:12 +03:00
parent 5bebed1b9d
commit af5b2ca910

View File

@ -24,6 +24,7 @@
#include "trait.h" #include "trait.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#define SKILLS_MAX_USES_PER_DAY (3) #define SKILLS_MAX_USES_PER_DAY (3)