diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-11 20:01:37 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-11 20:01:37 +0000 |
commit | 9008bfef4a9a2a3e0aeab17caa1ee25a4cd8c2df (patch) | |
tree | fcd83fc1e5af50f2082facfd253cfba231c9f5ea /ace | |
parent | b55369d51a64e5eb9daaa2466a1aa8c0f61d7257 (diff) | |
download | ATCD-9008bfef4a9a2a3e0aeab17caa1ee25a4cd8c2df.tar.gz |
ChangeLogTag:Thu Apr 11 20:04:22 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/ARGV.h | 2 | ||||
-rw-r--r-- | ace/Sample_History.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ace/ARGV.h b/ace/ARGV.h index 6d29d071e51..613af430fed 100644 --- a/ace/ARGV.h +++ b/ace/ARGV.h @@ -15,7 +15,7 @@ #define ACE_ARGUMENT_VECTOR_H #include "ace/pre.h" -#include "ace/config-all.h" +#include "ace/ACE.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once diff --git a/ace/Sample_History.cpp b/ace/Sample_History.cpp index f6c08c55afe..38bc4507776 100644 --- a/ace/Sample_History.cpp +++ b/ace/Sample_History.cpp @@ -3,6 +3,7 @@ #include "ace/Sample_History.h" #include "ace/Basic_Stats.h" #include "ace/Log_Msg.h" +#include "ace/OS.h" #if !defined (__ACE_INLINE__) #include "ace/Sample_History.inl" |