summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/notes.cc')
-rw-r--r--crawl-ref/source/notes.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/notes.cc b/crawl-ref/source/notes.cc
index f221bc9501..37fcc9a502 100644
--- a/crawl-ref/source/notes.cc
+++ b/crawl-ref/source/notes.cc
@@ -11,13 +11,14 @@
#include "branch.h"
#include "cio.h"
+#include "describe.h"
#include "files.h"
#include "Kills.h"
#include "hiscores.h"
#include "message.h"
-#include "misc.h"
#include "mon-pick.h"
#include "mutation.h"
+#include "place.h"
#include "religion.h"
#include "skills2.h"
#include "spl-util.h"