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/maps.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/maps.cc') 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