summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.h')
-rw-r--r--crawl-ref/source/religion.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.h b/crawl-ref/source/religion.h
index 971be5d3cd..9445a4fbe6 100644
--- a/crawl-ref/source/religion.h
+++ b/crawl-ref/source/religion.h
@@ -9,8 +9,9 @@
#define RELIGION_H
#include "enum.h"
-#include "ouch.h"
#include "externs.h"
+#include "ouch.h"
+#include "player.h"
#define MAX_PIETY 200
#define HALF_MAX_PIETY (MAX_PIETY / 2)