summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsmith <dsmith@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-03 10:58:54 +0000
committerdsmith <dsmith@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-03-03 10:58:54 +0000
commit7ac858ce88e51be6d8d63f3da59330d1c5d0f2e5 (patch)
treea1f3f523ad7275ce5c916b168c09376c9bad4210
parent587cdc7367e2d4b6109684a6e29855754f955dae (diff)
downloadATCD-7ac858ce88e51be6d8d63f3da59330d1c5d0f2e5.tar.gz
Wed Mar 3 10:55:13 2004 David Smith <dts@prismtechnologies.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp2
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d58a438aacd..83406416e7a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 3 10:55:13 2004 David Smith <dts@prismtechnologies.com>
+
+ * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
+
+ Fixed compile problem with aCC 3.37.
+
Tue Mar 2 21:15:47 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* docs/Security/Conformance.html:
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp
index adb7e553849..88eabe5e959 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp
@@ -5,6 +5,8 @@
#include "IFR_Service_Utils_T.h"
#include "IFR_Service_Utils.h"
+#include "Repository_i.h"
+
ACE_RCSID (IFRService,
IFR_Service_Utils_T,