summaryrefslogtreecommitdiff
path: root/ace/Array_Base.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-22 04:11:17 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-22 04:11:17 +0000
commit37a5f26c28835504f0f908369282a8002a1b51c2 (patch)
treebb379c423294b5d8a47ae114abde9b6d78c102cb /ace/Array_Base.cpp
parent1c7112b02fc7a53fbb11381e14674be7df770e9d (diff)
downloadATCD-37a5f26c28835504f0f908369282a8002a1b51c2.tar.gz
ChangeLogTag:Sun Jun 22 03:27:10 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Array_Base.cpp')
-rw-r--r--ace/Array_Base.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/Array_Base.cpp b/ace/Array_Base.cpp
index 7914a135c2d..3b84d99d070 100644
--- a/ace/Array_Base.cpp
+++ b/ace/Array_Base.cpp
@@ -3,7 +3,6 @@
#ifndef ACE_ARRAY_BASE_C
#define ACE_ARRAY_BASE_C
-#include "ace/Malloc_Base.h"
#include "ace/Array_Base.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -14,6 +13,9 @@
#include "ace/Array_Base.inl"
#endif /* __ACE_INLINE__ */
+#include "ace/Malloc_Base.h"
+#include "ace/os_include/os_errno.h"
+
ACE_RCSID(ace, Array_Base, "$Id$")