summaryrefslogtreecommitdiff
path: root/src/store.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
commitebb2771875ec2fffd7c63ee138024e6ebc47ebf8 (patch)
treea82ea012cc8ca4d87c2a90c1c6035abe201f2b14 /src/store.cc
parent7d6273cfbbc9717c30792817824b5511f7aee05f (diff)
Move school_spells array to spells5.cc
Diffstat (limited to 'src/store.cc')
-rw-r--r--src/store.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store.cc b/src/store.cc
index ce06df11..aaffb708 100644
--- a/src/store.cc
+++ b/src/store.cc
@@ -14,6 +14,7 @@
#include "spell_type.hpp"
#include "quark.h"
#include "hooks.h"
+#include "spells5.hpp"
#include <cassert>