From 5193c3f563624bf84fe5c87f32203aedaef4291e Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Wed, 30 Mar 2022 11:31:55 -0600 Subject: [PATCH] clang: include in mspell/mspell-data.h to avoid compiler errors when compiled without precompiled headers. Resolves https://github.com/hengband/hengband/issues/2465 . --- src/mspell/mspell-data.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mspell/mspell-data.h b/src/mspell/mspell-data.h index 08ead868a..19475cbdf 100644 --- a/src/mspell/mspell-data.h +++ b/src/mspell/mspell-data.h @@ -4,6 +4,7 @@ #include "system/angband.h" #include #include +#include enum class AttributeType; struct mspell_cast_msg_blind; -- 2.11.0