From 8b79545d668711b55702f94fd53cca00cf3ff6be Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 27 Oct 2009 02:51:45 +0100 Subject: Fix missing include. --- crawl-ref/source/view.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/view.cc') diff --git a/crawl-ref/source/view.cc b/crawl-ref/source/view.cc index 2f67488c36..56a818507c 100644 --- a/crawl-ref/source/view.cc +++ b/crawl-ref/source/view.cc @@ -31,6 +31,7 @@ #include "dgnevent.h" #include "directn.h" #include "dungeon.h" +#include "exclude.h" #include "format.h" #include "ghost.h" #include "godabil.h" -- cgit v1.2.3-54-g00ecf