summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/lev-pand.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/lev-pand.cc')
-rw-r--r--crawl-ref/source/lev-pand.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/lev-pand.cc b/crawl-ref/source/lev-pand.cc
index b2cbc1dee3..4e4308de08 100644
--- a/crawl-ref/source/lev-pand.cc
+++ b/crawl-ref/source/lev-pand.cc
@@ -11,10 +11,12 @@
*/
#include "AppHdr.h"
+
+#include <algorithm>
+
#include "lev-pand.h"
#include "externs.h"
-
#include "dungeon.h"
#include "monplace.h"
#include "mon-pick.h"