summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--tests/Test_Output.cpp3
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e95a3bf3618..52b30e2ea41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed May 21 21:25:20 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/Test_Output.cpp:
+ Add include of ace/Object_Manager.h and
+ ace/Framework_Component.h instead of ace/Singleton.h. This
+ fixes compile problems on AIX as well as reducing the number of
+ includes.
+
Wed May 21 14:32:13 UTC 2003 Don Hinton <dhinton@dresystems.com>
* tests/Test_Output.dsp:
diff --git a/tests/Test_Output.cpp b/tests/Test_Output.cpp
index b175d2dc6fc..4c5106d5ae8 100644
--- a/tests/Test_Output.cpp
+++ b/tests/Test_Output.cpp
@@ -18,8 +18,9 @@
#include "tests/test_config.h"
#include "ace/OS.h"
+#include "ace/Object_Manager.h"
#include "ace/streams.h"
-#include "ace/Singleton.h"
+#include "ace/Framework_Component.h"
#include "ace/Synch.h"
#include "ace/Log_Msg.h"
#include "ace/ACE.h"