summaryrefslogtreecommitdiff
path: root/src/spells4.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commitee2595abc99b86f081acbf5479577f9548baff3b (patch)
tree953ea7f61d0804f5e238573849f715cb2d1577e7 /src/spells4.cc
parent3acf44b1bb41df3db3ccce88aaa1298b4f87d350 (diff)
Move gods.cc function declarations to separate header
Diffstat (limited to 'src/spells4.cc')
-rw-r--r--src/spells4.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells4.cc b/src/spells4.cc
index b9ebc02c..c0e3e9af 100644
--- a/src/spells4.cc
+++ b/src/spells4.cc
@@ -3,6 +3,7 @@
#include <assert.h>
#include <sstream>
+#include "gods.hpp"
#include "lua_bind.hpp"
#include "spell_type.hpp"
#include "spell_idx_list.hpp"