diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-18 12:17:48 +0000 |
commit | 9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7 (patch) | |
tree | f2fdfe049c1488784708760e12dd5573560915f7 /ace/Malloc_T.h | |
parent | 7b6a39ee045885ccaeaeff58c2009489184c73bd (diff) | |
download | ATCD-9162fb9c4efda73ed1e85cd0627ce7626e2e3ee7.tar.gz |
ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 8476f81cdf6..3a74461ce58 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -15,6 +15,7 @@ // ============================================================================ #ifndef ACE_MALLOC_T_H +#include "ace/pre.h" #define ACE_MALLOC_T_H #include "ace/ACE.h" @@ -613,4 +614,5 @@ public: #pragma implementation ("Malloc_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ +#include "ace/post.h" #endif /* ACE_MALLOC_H */ |