[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Dec 16 18:00:25 CST 2011
branch "master" has been updated
via 8e2b79a5ae36f492a421a6f24c8d834ed72836d1 (commit)
from 12fe1df571ef939b60e2dadf99fc488b1edd6a4f (commit)
Summary of changes:
src/PJSipManager.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 8e2b79a5ae36f492a421a6f24c8d834ed72836d1
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Dec 16 17:59:23 2011 -0600
Added direct include of <boost/enable_shared_from_this.hpp>. The code was relying on an indirect inclusion that wasn't there on Windows.
diff --git a/src/PJSipManager.h b/src/PJSipManager.h
index c2c797d..98813be 100644
--- a/src/PJSipManager.h
+++ b/src/PJSipManager.h
@@ -23,6 +23,7 @@
#include <Ice/Ice.h>
+#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/locks.hpp>
-----------------------------------------------------------------------
--
asterisk-scf/release/sip.git
More information about the asterisk-scf-commits
mailing list