[hydra-commits] hydra/servicediscovery.git branch "master" updated.
Commits to the Hydra project code repositories
hydra-commits at lists.digium.com
Thu Aug 12 07:31:01 CDT 2010
branch "master" has been updated
via 4bf7b5be6f8b5a0263e5de1f9980aed17538ff17 (commit)
from f73fb85c94e6ea8ae4c8335257b7107100c6ba88 (commit)
Summary of changes:
src/ServiceLocatorManagement.cpp | 1 +
src/ServiceManagement.cpp | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 4bf7b5be6f8b5a0263e5de1f9980aed17538ff17
Author: unknown <jcolp at .(none)>
Date: Thu Aug 12 09:24:38 2010 -0300
Add missing header file which is required to utilize shared_mutex on Windows.
diff --git a/src/ServiceLocatorManagement.cpp b/src/ServiceLocatorManagement.cpp
index bf25a06..b332a12 100644
--- a/src/ServiceLocatorManagement.cpp
+++ b/src/ServiceLocatorManagement.cpp
@@ -18,6 +18,7 @@
#include <Ice/Ice.h>
+#include <boost/thread.hpp>
#include <boost/thread/shared_mutex.hpp>
#include "Core/Discovery/ServiceLocatorIf.h"
diff --git a/src/ServiceManagement.cpp b/src/ServiceManagement.cpp
index 984d0d8..3938387 100644
--- a/src/ServiceManagement.cpp
+++ b/src/ServiceManagement.cpp
@@ -18,6 +18,7 @@
#include <Ice/Ice.h>
+#include <boost/thread.hpp>
#include <boost/thread/shared_mutex.hpp>
#include "Core/Discovery/ServiceLocatorIf.h"
-----------------------------------------------------------------------
--
hydra/servicediscovery.git
More information about the asterisk-scf-commits
mailing list