summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 36c85393..ca4aca01 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -8,6 +8,10 @@
#include "variable.hpp"
#include "variable.h"
+
+#include "cli_comm_fwd.hpp"
+#include "player_type.hpp"
+#include "randart_gen_type.hpp"
#include "util.hpp"
@@ -1050,7 +1054,7 @@ const char *get_version_string()
/*
* A list of tvals and their textual names
*/
-tval_desc2 tvals[] =
+tval_desc tvals[] =
{
{ TV_SWORD, "Sword" },
{ TV_POLEARM, "Polearm" },