summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/target.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/target.cc
parent75e84aa610c300a6f83b442f4afb78f50a13fcc6 (diff)
downloadcrawl-ref-a47b16fb3e52b6e32dc2c144c331c77841751d60.tar.gz
crawl-ref-a47b16fb3e52b6e32dc2c144c331c77841751d60.zip
Less los_def usage.
Diffstat (limited to 'crawl-ref/source/target.cc')
-rw-r--r--crawl-ref/source/target.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/target.cc b/crawl-ref/source/target.cc
index 7ec9a4a56f..57c9691d30 100644
--- a/crawl-ref/source/target.cc
+++ b/crawl-ref/source/target.cc
@@ -8,6 +8,7 @@
#include "env.h"
#include "fight.h"
#include "libutil.h"
+#include "los_def.h"
#include "losglobal.h"
#include "player.h"
#include "spl-damage.h"