summaryrefslogtreecommitdiff
path: root/TAO/tao/Incoming_Message_Stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Incoming_Message_Stack.h')
-rw-r--r--TAO/tao/Incoming_Message_Stack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Incoming_Message_Stack.h b/TAO/tao/Incoming_Message_Stack.h
index 109e6361ad0..936d2f50a20 100644
--- a/TAO/tao/Incoming_Message_Stack.h
+++ b/TAO/tao/Incoming_Message_Stack.h
@@ -15,13 +15,13 @@
#include /**/ "ace/pre.h"
-#include "tao/Incoming_Message_Queue.h"
+#include "tao/Queued_Data.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x582)
+#if defined (__BORLANDC__) && (__BORLANDC__ <= 0x590)
#include /**/ "tao/TAO_Export.h"
#endif