summaryrefslogtreecommitdiff
path: root/src/spells2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commitfe6ebd4af16244a02e16eb095181c0d8d5c56858 (patch)
treebe3fdab4a373834bfa8af75f2fe9591b96bafd76 /src/spells2.cc
parent0d1cf29b266e5df8394ca21f97e17ed3d937a4f7 (diff)
Move cave.cc function declarations to separate header
Diffstat (limited to 'src/spells2.cc')
-rw-r--r--src/spells2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells2.cc b/src/spells2.cc
index 9cbeb333..c03123ff 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -7,6 +7,7 @@
*/
#include "angband.h"
+#include "cave.hpp"
#include "hooks.h"
#include "notes.hpp"
#include "skills.hpp"