summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h b/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h
index 66a63372f0f..25c31cefe81 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h
+++ b/TAO/orbsvcs/orbsvcs/AV/RTCP_Channel.h
@@ -3,6 +3,8 @@
#ifndef RTCP_CHANNEL_INCLUDE
#define RTCP_CHANNEL_INCLUDE
+#include "ace/pre.h"
+
#include "ace/OS.h"
#include "ace/Message_Block.h"
#include "ace/SString.h"
@@ -214,4 +216,7 @@ private:
unsigned int octets_sent_;
};
-#endif
+#include "ace/post.h"
+#endif /* RTCP_CHANNEL_INCLUDE */
+
+