From 89ff79ab008f440bc9126103fc21ed71aac0526f Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 4 Nov 2009 08:33:35 +0100 Subject: Split game_options from externs.h into options.h. --- crawl-ref/source/species.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/species.cc') diff --git a/crawl-ref/source/species.cc b/crawl-ref/source/species.cc index 4481ae4669..1aae71bf48 100644 --- a/crawl-ref/source/species.cc +++ b/crawl-ref/source/species.cc @@ -2,6 +2,7 @@ #include "species.h" +#include "options.h" #include "random.h" // March 2008: change order of species and jobs on character selection -- cgit v1.2.3-54-g00ecf