summaryrefslogtreecommitdiff
path: root/ace/config-all.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-all.h')
-rw-r--r--ace/config-all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-all.h b/ace/config-all.h
index 9c0f3bf6efc..3763d81dc8f 100644
--- a/ace/config-all.h
+++ b/ace/config-all.h
@@ -72,6 +72,9 @@
# include "ace/Trace.h"
#endif /* ACE_OS_NTRACE */
+// Include the string conversion services here for backward compatibility
+#include "ace/String_Conversion_T.h"
+
// These includes are here to avoid circular dependencies.
// Keep this at the bottom of the file. It contains the main macros.
#include "ace/OS_main.h"