summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-04 09:08:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-04 09:08:46 +0000
commit2af2a520b256b12baf0426150163f2a84d05f810 (patch)
tree8a73d0acace826a670396a172ba8a8886cc0def1 /TAO/tao/RTCORBA
parent5c14205a3899d5f6d5809e1856e212fceefd411d (diff)
downloadATCD-2af2a520b256b12baf0426150163f2a84d05f810.tar.gz
ChangeLogTag: Thu Dec 4 09:08:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTCORBA')
-rw-r--r--TAO/tao/RTCORBA/RT_Mutex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA/RT_Mutex.h b/TAO/tao/RTCORBA/RT_Mutex.h
index 072ce587f76..33c0d8985e4 100644
--- a/TAO/tao/RTCORBA/RT_Mutex.h
+++ b/TAO/tao/RTCORBA/RT_Mutex.h
@@ -28,6 +28,10 @@
#include "tao/LocalObject.h"
+#if (TAO_HAS_NAMED_RT_MUTEXES == 1)
+# include "ace/SString.h"
+#endif /* TAO_HAS_NAMED_RT_MUTEXES == 1 */
+
#if defined(_MSC_VER)
#if (_MSC_VER >= 1200)
#pragma warning(push)