[asterisk-scf-commits] asterisk-scf/integration/bridging.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Oct 14 12:10:29 CDT 2010
branch "master" has been updated
via bc76adbe41d2553471a7a3ea108eb54a698c9481 (commit)
from 1e0641d94dd6ac4d265947363bb2821076598122 (commit)
Summary of changes:
src/ListenerManager.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit bc76adbe41d2553471a7a3ea108eb54a698c9481
Author: Ken Hunt <ken.hunt at digium.com>
Date: Thu Oct 14 12:08:54 2010 -0500
Added include of <boost/thread/locks.hpp> required on Windows.
diff --git a/src/ListenerManager.h b/src/ListenerManager.h
index e034e5d..7f0e069 100644
--- a/src/ListenerManager.h
+++ b/src/ListenerManager.h
@@ -10,6 +10,7 @@
#include <Ice/Ice.h>
#include <IceStorm/IceStorm.h>
#include <boost/thread/shared_mutex.hpp>
+#include <boost/thread/locks.hpp>
#include <string>
#include <algorithm>
#include <vector>
-----------------------------------------------------------------------
--
asterisk-scf/integration/bridging.git
More information about the asterisk-scf-commits
mailing list