diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2002-12-17 13:01:41 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2002-12-17 13:01:41 +0000 |
commit | 58b2e715b456afe7df0a1a131e7b2b6f63afdedb (patch) | |
tree | 19789d3dde5087ddad79044f53e5a6a9b4cb5066 /TAO/tao/default_resource.cpp | |
parent | be0cad95652efd8145abbda0593b41b96c0939a9 (diff) | |
download | ATCD-58b2e715b456afe7df0a1a131e7b2b6f63afdedb.tar.gz |
ChangeLogTag: Tue Dec 17 06:36:17 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/default_resource.cpp')
-rw-r--r-- | TAO/tao/default_resource.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/default_resource.cpp b/TAO/tao/default_resource.cpp index 841bd256511..24c7cccf5a6 100644 --- a/TAO/tao/default_resource.cpp +++ b/TAO/tao/default_resource.cpp @@ -23,6 +23,8 @@ #include "ace/Dynamic_Service.h" #include "ace/Arg_Shifter.h" #include "ace/Auto_Ptr.h" +#include "ace/Memory_Pool.h" +#include "ace/Malloc.h" #if !defined (__ACE_INLINE__) # include "tao/default_resource.i" |