Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / fbdesk / patches / patch-src_FbTk_Theme.cc
blob5a30343740b4cdedf4d9c3c9fcf0be6735989e21
1 $NetBSD$
3 --- src/FbTk/Theme.cc.orig 2011-11-25 17:39:29.000000000 +0000
4 +++ src/FbTk/Theme.cc
5 @@ -29,6 +29,7 @@
6 #include "FileUtil.hh"
7 #include "Image.hh"
9 +#include <algorithm>
10 #ifdef HAVE_CSTDIO
11 #include <cstdio>
12 #else