OSDN Git Service

Include vector in player-race.h to avoid compiler error when not using precompiled...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 19 Apr 2021 14:26:22 +0000 (07:26 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 19 Apr 2021 14:26:22 +0000 (07:26 -0700)
src/player/player-race.h

index 7e7b733..33f80d6 100644 (file)
@@ -3,6 +3,7 @@
 #include "system/angband.h"
 #include "object-enchant/tr-types.h"
 #include <unordered_map>
+#include <vector>
 #include <optional>
 
 /*