Fix missing include

This commit is contained in:
Alexander Batalov 2023-09-03 22:31:52 +03:00
parent a30fb4cfdd
commit 91806d8ccb
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#include "sfall_metarules.h"
#include <string.h>
#include "combat.h"
#include "debug.h"
#include "game.h"