summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/RMCast.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/RMCast.h')
-rw-r--r--protocols/ace/RMCast/RMCast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/RMCast.h b/protocols/ace/RMCast/RMCast.h
index 2259af24fbb..9d9d7650e54 100644
--- a/protocols/ace/RMCast/RMCast.h
+++ b/protocols/ace/RMCast/RMCast.h
@@ -18,13 +18,14 @@
#define ACE_RMCAST_H
#include /**/ "ace/pre.h"
-#include "ace/OS.h"
#include "RMCast_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Basic_Types.h"
+
class ACE_Message_Block;
class ACE_RMCast_Proxy;