[asterisk-scf-commits] asterisk-scf/release/logger.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jan 6 21:46:42 UTC 2011
branch "master" has been updated
via 3c7e5ae1e04eef989f73b3811e713d2ab667fc9e (commit)
from b3fcaefff15075d3d62a50868716def5d3d5641e (commit)
Summary of changes:
client/src/logger.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 3c7e5ae1e04eef989f73b3811e713d2ab667fc9e
Author: Ken Hunt <ken.hunt at digium.com>
Date: Thu Jan 6 15:45:38 2011 -0600
Added include of boost/thread/mutex.hpp required under boost 1.43 (at
least on Windows).
diff --git a/client/src/logger.h b/client/src/logger.h
index f7f95fb..03ed7d1 100644
--- a/client/src/logger.h
+++ b/client/src/logger.h
@@ -21,6 +21,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/thread/locks.hpp>
+#include <boost/thread/mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/weak_ptr.hpp>
-----------------------------------------------------------------------
--
asterisk-scf/release/logger.git
More information about the asterisk-scf-commits
mailing list