summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shout.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-04 20:07:09 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-05 05:14:17 +0100
commita47b16fb3e52b6e32dc2c144c331c77841751d60 (patch)
tree2ddee2e80cb21fc9037928edc9625a58ac7a4cbb /crawl-ref/source/shout.cc
parent75e84aa610c300a6f83b442f4afb78f50a13fcc6 (diff)
downloadcrawl-ref-a47b16fb3e52b6e32dc2c144c331c77841751d60.tar.gz
crawl-ref-a47b16fb3e52b6e32dc2c144c331c77841751d60.zip
Less los_def usage.
Diffstat (limited to 'crawl-ref/source/shout.cc')
-rw-r--r--crawl-ref/source/shout.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/shout.cc b/crawl-ref/source/shout.cc
index 47c7412d9e..c8a001ac6d 100644
--- a/crawl-ref/source/shout.cc
+++ b/crawl-ref/source/shout.cc
@@ -20,6 +20,7 @@
#include "ghost.h"
#include "jobs.h"
#include "libutil.h"
+#include "los.h"
#include "message.h"
#include "misc.h"
#include "mon-behv.h"