File abiword-boost.patch of Package abiword
Index: abiword-2.8.6/plugins/collab/core/sync/xp/SynchronizedQueue.h
===================================================================
--- abiword-2.8.6.orig/plugins/collab/core/sync/xp/SynchronizedQueue.h
+++ abiword-2.8.6/plugins/collab/core/sync/xp/SynchronizedQueue.h
@@ -22,6 +22,7 @@
#include <deque>
#include <boost/bind.hpp>
#include <boost/function.hpp>
+#include <boost/noncopyable.hpp>
#include <sync/xp/lock.h>
#include <sync/xp/Synchronizer.h>
Index: abiword-2.8.6/plugins/collab/backends/tcp/xp/Session.h
===================================================================
--- abiword-2.8.6.orig/plugins/collab/backends/tcp/xp/Session.h
+++ abiword-2.8.6/plugins/collab/backends/tcp/xp/Session.h
@@ -22,6 +22,7 @@
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
+#include <boost/noncopyable.hpp>
#include <deque>
#include <sync/xp/lock.h>
#include <sync/xp/Synchronizer.h>