blob: 4ef7f60991167156c701cec00d76e59ff5a55d76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.3 2010/08/31 12:17:44 markd Exp $
fix build with boost-libs 1.44
--- kleopatra/crypto/gui/newresultpage.cpp.orig 2010-08-31 11:37:56.000000000 +0000
+++ kleopatra/crypto/gui/newresultpage.cpp
@@ -52,6 +52,8 @@
#include <QVBoxLayout>
#include <QTimer>
+#include <boost/mem_fn.hpp>
+
#include <cassert>
static const int ProgressBarHideDelay = 2000; // 2 secs
|