summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.h b/TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.h
index 32163374aca..18a3d9c6152 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.h
+++ b/TAO/orbsvcs/orbsvcs/AV/RTCP_Packet.h
@@ -2,6 +2,8 @@
#ifndef RTCP_PACKET_INCLUDE
#define RTCP_PACKET_INCLUDE
+#include "ace/pre.h"
+
#include "ace/OS.h"
/**
@@ -390,4 +392,6 @@ private:
RR_Block *rr_;
};
-#endif
+#include "ace/post.h"
+#endif /* RTCP_PACKET_INCLUDE */
+