summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-25 16:56:47 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-25 16:56:47 +0000
commit22317f2d1de9b4dac808062eeffecb9550274787 (patch)
tree78d9f4423149a8af8d783c6ebfa99bca26dabca6
parent7d2112eb2f84a960e826dff17c2b20e9cfa807bb (diff)
downloadATCD-22317f2d1de9b4dac808062eeffecb9550274787.tar.gz
ChangeLogTag: Tue Mar 25 10:54:57 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/IORManipulation/IORC.h1
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index eaa01e00ce6..6df62a4664e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Mar 25 10:54:57 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/IORManipulation/IORC.h:
+
+ Added include of Any_T.h needed for builds with inlining
+ enabled.
+
Mon Mar 24 18:15:51 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
diff --git a/TAO/tao/IORManipulation/IORC.h b/TAO/tao/IORManipulation/IORC.h
index 043caad1511..23fd74a2366 100644
--- a/TAO/tao/IORManipulation/IORC.h
+++ b/TAO/tao/IORManipulation/IORC.h
@@ -40,6 +40,7 @@
#include "tao/Exception.h"
#include "tao/Object.h"
#include "tao/Sequence.h"
+#include "tao/Any_T.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO