summaryrefslogtreecommitdiff
path: root/src/spells6.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells6.cc')
-rw-r--r--src/spells6.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/spells6.cc b/src/spells6.cc
index 9a059874..a6c72791 100644
--- a/src/spells6.cc
+++ b/src/spells6.cc
@@ -1,7 +1,9 @@
-#include <angband.h>
-#include <assert.h>
+#include "angband.h"
+
+#include "gods.hpp"
#include "spell_type.hpp"
+#include <cassert>
#include <vector>
#include <type_traits>