OSDN Git Service

clang: include <unordered_map> in mspell/mspell-data.h to avoid compiler errors when...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 30 Mar 2022 17:31:55 +0000 (11:31 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 30 Mar 2022 17:31:55 +0000 (11:31 -0600)
src/mspell/mspell-data.h

index 08ead86..19475cb 100644 (file)
@@ -4,6 +4,7 @@
 #include "system/angband.h"
 #include <functional>
 #include <type_traits>
+#include <unordered_map>
 
 enum class AttributeType;
 struct mspell_cast_msg_blind;