summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-07 14:59:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-07 14:59:14 +0000
commit525a9c680e438094ee6f8b1178d4bc8505225369 (patch)
tree73d83b07ab6e620b62183d43aaa2e1178beca0a6 /crawl-ref/source/files.h
parente73443245850c17be63996e97549416d6cba1759 (diff)
downloadcrawl-ref-525a9c680e438094ee6f8b1178d4bc8505225369.tar.gz
crawl-ref-525a9c680e438094ee6f8b1178d4bc8505225369.zip
Fix compilation.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10123 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 2a60fbeb77..e732e354ca 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -12,6 +12,7 @@
#include "externs.h"
#include "FixAry.h"
+#include "player.h"
#include <stdio.h>
#include <string>
#include <vector>