Last-Update: 2014-02-05 Forwarded: yes Author: Dmitry Smirnov Bug-Debian: http://bugs.debian.org/737551 Bug-Abiword: http://bugzilla.abisource.com/13602 Description: fix FTBFS with libboost1.54-dev Upstream-Status: Applied --- a/plugins/collab/core/sync/xp/SynchronizedQueue.h +++ b/plugins/collab/core/sync/xp/SynchronizedQueue.h @@ -21,8 +21,9 @@ #include #include #include +#include #include #include class EmptyQueueException {}; --- a/plugins/collab/backends/tcp/xp/Session.h +++ b/plugins/collab/backends/tcp/xp/Session.h @@ -21,8 +21,9 @@ #include #include #include +#include #include #include #include