summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe/patches/patch-src-safeserializer.cpp
blob: 57167b1cd320029a69003d7c028296180ea8ca26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-src-safeserializer.cpp,v 1.1 2011/11/22 20:05:25 joerg Exp $

--- src/safeserializer.cpp.orig	2011-11-22 18:59:13.000000000 +0000
+++ src/safeserializer.cpp
@@ -17,6 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 #include <qstring.h>
+#include <algorithm>
 #include "safe.hpp"
 #include "safeserializer.hpp"
 #include "plaintextlizer.hpp"