summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_dgnbld.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/l_dgnbld.cc')
-rw-r--r--crawl-ref/source/l_dgnbld.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/l_dgnbld.cc b/crawl-ref/source/l_dgnbld.cc
index 7f84b5db1b..6a3d0da004 100644
--- a/crawl-ref/source/l_dgnbld.cc
+++ b/crawl-ref/source/l_dgnbld.cc
@@ -10,7 +10,9 @@
#include "cluautil.h"
#include "l_libs.h"
+#include "coord.h"
#include "dungeon.h"
+#include "random.h"
// Return a metatable for a point on the map_lines grid.
static int dgn_mapgrd_table(lua_State *ls)