summaryrefslogtreecommitdiff
path: root/src/spells2.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
commitfbef93c2d3a01a80f6fb702faf1f43360caf9f5b (patch)
tree4bfd966d69b1e675469465e40350f42b676a09eb /src/spells2.cc
parentc99c89cdde0b37fab35f6abe2ccf9169c6133cef (diff)
Move notes.cc functions 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 20a095ac..241e3c1a 100644
--- a/src/spells2.cc
+++ b/src/spells2.cc
@@ -8,6 +8,7 @@
#include "angband.h"
#include "hooks.h"
+#include "notes.hpp"
#include "skills.hpp"
#include "spells3.hpp"