summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ray.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ray.h')
-rw-r--r--crawl-ref/source/ray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ray.h b/crawl-ref/source/ray.h
index adca5003dd..242c8f76f2 100644
--- a/crawl-ref/source/ray.h
+++ b/crawl-ref/source/ray.h
@@ -6,7 +6,7 @@
#ifndef RAY_H
#define RAY_H
-#include "fixary.h"
+#include "fixedarray.h"
#include "geom2d.h"
typedef SquareArray<bool,1> reflect_grid;