summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-22 11:06:46 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-22 11:06:46 +0000
commit8d09beacc34ee4639c32adeb9eb3c0848aa70fd1 (patch)
treeafa4b0e4e9c6be852b4b803834af97728d360c19 /crawl-ref/source/spl-util.cc
parentc077c8f933f7e8ff6c512f6119e30879b7aba0ed (diff)
downloadcrawl-ref-8d09beacc34ee4639c32adeb9eb3c0848aa70fd1.tar.gz
crawl-ref-8d09beacc34ee4639c32adeb9eb3c0848aa70fd1.zip
[2042365] Fixed trunk build (#include <algorithm> in spl-util.cc) (Sigurd).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6844 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 4197a53c0f..ef83a69ce2 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -21,6 +21,8 @@
#include <string.h>
#include <limits.h>
+#include <algorithm>
+
#include "externs.h"
#include "beam.h"