boost54
authorDebian QA Group <packages@qa.debian.org>
Thu, 4 Dec 2014 22:00:10 +0000 (22:00 +0000)
committerEdward Betts <edward@4angle.com>
Thu, 4 Dec 2014 22:00:10 +0000 (22:00 +0000)
Gbp-Pq: Name boost54.patch

plugins/collab/backends/tcp/xp/Session.h
plugins/collab/core/sync/xp/SynchronizedQueue.h

index 9fac1fbc225306e4b9bf8d183018a08cdca6f611..2b6a45c02bd820b8e1a40496c5d9f2f17f7e40f8 100644 (file)
@@ -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>
index adbeb539e4d2b2cdefa616183abb0b265feef1f1..3490f172c7dd1fd6acb9ffc812f480f32b606302 100644 (file)
@@ -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>