[asterisk-scf-commits] asterisk-scf/integration/ice-util-cpp.git branch "workqueue" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Apr 5 12:25:30 CDT 2011
branch "workqueue" has been updated
via 37097a645109484af116b30c53a92994d2c4c262 (commit)
from 415604f7d66d7d00a583390fd90bcf6df41a27f2 (commit)
Summary of changes:
WorkQueue/src/SuspendableWorkQueue.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 37097a645109484af116b30c53a92994d2c4c262
Author: Brent Eagles <beagles at digium.com>
Date: Tue Apr 5 14:55:00 2011 -0230
Add fix for Windows build issue.
diff --git a/WorkQueue/src/SuspendableWorkQueue.cpp b/WorkQueue/src/SuspendableWorkQueue.cpp
index fdb6a60..9db1a24 100644
--- a/WorkQueue/src/SuspendableWorkQueue.cpp
+++ b/WorkQueue/src/SuspendableWorkQueue.cpp
@@ -15,6 +15,7 @@
*/
#include <deque>
+#include <boost/thread/locks.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <AsteriskSCF/SuspendableWorkQueue.h>
-----------------------------------------------------------------------
--
asterisk-scf/integration/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list