diff options
author | Steve Huston <shuston@riverace.com> | 2003-11-07 20:27:29 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-11-07 20:27:29 +0000 |
commit | b868c47847846dcd617e969d1ed9c32fe1b44547 (patch) | |
tree | a03d93018cc373023b4be84b7967d64c220f34f4 /protocols | |
parent | 4af3342520d961d3be06c3d19c7d8639de1d4b34 (diff) | |
download | ATCD-b868c47847846dcd617e969d1ed9c32fe1b44547.tar.gz |
ChangeLogTag:Fri Nov 7 15:21:49 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/RMCast/RMCast_Partial_Message.cpp | 1 | ||||
-rw-r--r-- | protocols/ace/RMCast/RMCast_Reordering.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ace/RMCast/RMCast_Partial_Message.cpp b/protocols/ace/RMCast/RMCast_Partial_Message.cpp index 3d7b85d8871..d6e5cff0f7b 100644 --- a/protocols/ace/RMCast/RMCast_Partial_Message.cpp +++ b/protocols/ace/RMCast/RMCast_Partial_Message.cpp @@ -1,6 +1,7 @@ // $Id$ #include "RMCast_Partial_Message.h" +#include "ace/OS_NS_string.h" #if !defined (__ACE_INLINE__) #include "RMCast_Partial_Message.i" diff --git a/protocols/ace/RMCast/RMCast_Reordering.cpp b/protocols/ace/RMCast/RMCast_Reordering.cpp index 5a81a360783..755fa5c4a86 100644 --- a/protocols/ace/RMCast/RMCast_Reordering.cpp +++ b/protocols/ace/RMCast/RMCast_Reordering.cpp @@ -4,6 +4,7 @@ #include "RMCast_Reordering.h" #include "RMCast_Proxy.h" +#include "ace/Guard_T.h" #include "ace/Message_Block.h" #if !defined (__ACE_INLINE__) |