summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-17 20:21:17 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-17 20:21:17 +0000
commitcce3b76b7af6182333e46cd11829c896eb014b6d (patch)
treeadaadc0ed1b02f4929f8fdcefe66973a9b3a766f /crawl-ref/source/misc.cc
parentf23a9759efb6d0e826fb155f79156ca303ac651b (diff)
downloadcrawl-ref-cce3b76b7af6182333e46cd11829c896eb014b6d.tar.gz
crawl-ref-cce3b76b7af6182333e46cd11829c896eb014b6d.zip
Merged newgame fixes and compile fixes for dgamelaunch patches to trunk.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2132 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 3db3feb64e..dcf7df5bdd 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -39,6 +39,7 @@
#include "abyss.h"
#include "branch.h"
+#include "chardump.h"
#include "clua.h"
#include "cloud.h"
#include "delay.h"
@@ -47,6 +48,7 @@
#include "dungeon.h"
#include "files.h"
#include "food.h"
+#include "hiscores.h"
#include "it_use2.h"
#include "itemprop.h"
#include "items.h"