summaryrefslogtreecommitdiff
path: root/src/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells4.cc')
-rw-r--r--src/spells4.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spells4.cc b/src/spells4.cc
index 34b39c5f..75f836a0 100644
--- a/src/spells4.cc
+++ b/src/spells4.cc
@@ -1,14 +1,15 @@
#include "angband.h"
#include "cave.hpp"
+#include "cmd5.hpp"
#include "gods.hpp"
#include "lua_bind.hpp"
#include "spell_type.hpp"
#include "spell_idx_list.hpp"
#include "spells3.hpp"
#include "spells5.hpp"
-#include <algorithm>
+#include <algorithm>
#include <cassert>
#include <sstream>