summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-23 13:15:48 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-23 13:15:48 +0000
commitb9bc0260b5a1f72c7c90243d06acee6cc1c5b6af (patch)
tree01b8a599e14e2522eebb850b743f2f7460acb108
parent46d632d7f13689233ff39f4ea082ae71eaca2749 (diff)
downloadATCD-b9bc0260b5a1f72c7c90243d06acee6cc1c5b6af.tar.gz
ChangeLogTag:Fri May 23 08:14:52 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/IORInterceptor_Adapter.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e41ce9b2fd5..d4100e9fea9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 23 08:14:52 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/IORInterceptor_Adapter.h: #included Exception.h. This should
+ fix compilation errors with g++.
+
Fri May 23 07:28:11 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/IORInterceptor/IORInterceptor_List.h:
diff --git a/TAO/tao/IORInterceptor_Adapter.h b/TAO/tao/IORInterceptor_Adapter.h
index 463a197df11..ba88c7e0aa0 100644
--- a/TAO/tao/IORInterceptor_Adapter.h
+++ b/TAO/tao/IORInterceptor_Adapter.h
@@ -21,6 +21,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "tao/Exception.h"
#include "ace/Service_Object.h"
#include "ace/CORBA_macros.h"