summaryrefslogtreecommitdiff
path: root/x11/fbdesk/patches/patch-src_FbTk_Theme.cc
blob: b9669f748fd3c4da95a2f23afc13cfe384aaa49f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src_FbTk_Theme.cc,v 1.1 2011/11/25 22:25:31 joerg Exp $

--- src/FbTk/Theme.cc.orig	2011-11-25 17:39:29.000000000 +0000
+++ src/FbTk/Theme.cc
@@ -29,6 +29,7 @@
 #include "FileUtil.hh"
 #include "Image.hh"
 
+#include <algorithm>
 #ifdef HAVE_CSTDIO
   #include <cstdio>
 #else