summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-08 01:05:33 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-08 02:37:33 +0300
commit771075301a1f3322657d47a77c24c4e16b71be51 (patch)
tree3ee3a301ad46f9471d14ff1a4cd980f739286cd5 /include
parentdc4355e51764d18b36f748e7a743abde53cf9b9f (diff)
Include <algorithm> for std::min() and max()
Change-Id: I339577c5b34de0cf3e5dcc644ec1dc080c35d01c
Diffstat (limited to 'include')
-rw-r--r--include/tools/gen.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx
index c1cffcbe6ccc..af046dfb9972 100644
--- a/include/tools/gen.hxx
+++ b/include/tools/gen.hxx
@@ -22,6 +22,7 @@
#include <tools/toolsdllapi.h>
#include <limits.h>
+#include <algorithm>
#include <ostream>
#include <cstdlib>