From 4809b6908d92afb1a5fb650a65f6c742ed7b771e Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Fri, 6 Nov 2009 20:00:44 -0800 Subject: Forgot to include some include files Didn't check compilation with DEBUG_DIAGNOSITCS (oops) --- crawl-ref/source/acr.cc | 1 + crawl-ref/source/dbg-maps.cc | 12 ++++++++++++ crawl-ref/source/maps.cc | 1 + 3 files changed, 14 insertions(+) diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc index 8d52cb8c3f..44499a0114 100644 --- a/crawl-ref/source/acr.cc +++ b/crawl-ref/source/acr.cc @@ -55,6 +55,7 @@ #include "ctest.h" #include "crash.h" #include "database.h" +#include "dbg-maps.h" #include "dbg-scan.h" #include "debug.h" #include "delay.h" diff --git a/crawl-ref/source/dbg-maps.cc b/crawl-ref/source/dbg-maps.cc index b8930b415e..e8f1187da7 100644 --- a/crawl-ref/source/dbg-maps.cc +++ b/crawl-ref/source/dbg-maps.cc @@ -8,6 +8,18 @@ #include "dbg-maps.h" +#include "branch.h" +#include "chardump.h" +#include "coord.h" +#include "dungeon.h" +#include "envmap.h" +#include "initfile.h" +#include "maps.h" +#include "message.h" +#include "place.h" +#include "player.h" +#include "view.h" + #ifdef DEBUG_DIAGNOSTICS // Map statistics generation. diff --git a/crawl-ref/source/maps.cc b/crawl-ref/source/maps.cc index dbbabd1dab..01a8d90932 100644 --- a/crawl-ref/source/maps.cc +++ b/crawl-ref/source/maps.cc @@ -17,6 +17,7 @@ #include #endif +#include "dbg-maps.h" #include "dungeon.h" #include "enum.h" #include "files.h" -- cgit v1.2.3-54-g00ecf