summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ace/Service_Config.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6565b4cf3d7..94fbba9c43d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ Thu Apr 14 17:12:44 2005 Steve Huston <shuston@riverace.com>
* configure.ac: Corrected the variable used to tell whether or not
to check for ACE_HAS_XPG4_MULTIBYTE_CHAR. Fixes configure on Solaris.
+ * ace/Service_Config.h: #include "ace/SString.h" instead of
+ "ace/SStringfwd.h" to make sure everything needed for explicit
+ template instantiation is present.
+
Thu Apr 14 15:25:31 2005 Steve Huston <shuston@riverace.com>
* NEWS: Added a note that the reactor change:
diff --git a/ace/Service_Config.h b/ace/Service_Config.h
index ff8363bc345..c08e0227ebe 100644
--- a/ace/Service_Config.h
+++ b/ace/Service_Config.h
@@ -24,7 +24,7 @@
#include "ace/Unbounded_Queue.h"
#include "ace/Unbounded_Set.h"
-#include "ace/SStringfwd.h"
+#include "ace/SString.h"
#include "ace/OS_NS_signal.h"
// Forward decl.