summaryrefslogtreecommitdiff
path: root/src/object2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:55 +0100
commit4b8efa36e1f5676a31c303b656567249f4fd8cb2 (patch)
tree00db39f32bfe19ed0403177a895fcf8bc0bf128c /src/object2.cc
parenta62b70a22bff02ebb50b23c3b4b8aefeefba797f (diff)
Move spell forward declarations from externs.h to spells3.hpp
Diffstat (limited to 'src/object2.cc')
-rw-r--r--src/object2.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object2.cc b/src/object2.cc
index f1186291..77bb6c78 100644
--- a/src/object2.cc
+++ b/src/object2.cc
@@ -14,6 +14,7 @@
#include "spell_type.h"
#include "device_allocation.h"
#include "hooks.h"
+#include "spells3.hpp"
#include <cassert>
#include <vector>