diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-26 18:08:47 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-26 18:08:47 +0000 |
commit | bffbb98182254445a2c69d7fff7a5efa288185c2 (patch) | |
tree | e9cb37531e5501b1a7a1e0201cf7e16f500155a9 /examples/Misc | |
parent | c98f8a852287961fc1ed5551a722c377f160676e (diff) | |
download | ATCD-bffbb98182254445a2c69d7fff7a5efa288185c2.tar.gz |
ChangeLogTag:Thu May 25 19:39:59 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'examples/Misc')
-rw-r--r-- | examples/Misc/test_get_opt.cpp | 1 | ||||
-rw-r--r-- | examples/Misc/test_profile_timer.cpp | 1 | ||||
-rw-r--r-- | examples/Misc/test_sstring.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/Misc/test_get_opt.cpp b/examples/Misc/test_get_opt.cpp index ba6f0c8af1f..cf305556640 100644 --- a/examples/Misc/test_get_opt.cpp +++ b/examples/Misc/test_get_opt.cpp @@ -3,6 +3,7 @@ // Test the ACE_Get_Opt class. #include "ace/Get_Opt.h" +#include "ace/Log_Msg.h" ACE_RCSID(Misc, test_get_opt, "$Id$") diff --git a/examples/Misc/test_profile_timer.cpp b/examples/Misc/test_profile_timer.cpp index 3da092e9954..a948199315d 100644 --- a/examples/Misc/test_profile_timer.cpp +++ b/examples/Misc/test_profile_timer.cpp @@ -1,6 +1,7 @@ // $Id$ #include "ace/Profile_Timer.h" +#include "ace/Log_Msg.h" ACE_RCSID(Misc, test_profile_timer, "$Id$") diff --git a/examples/Misc/test_sstring.cpp b/examples/Misc/test_sstring.cpp index 4764d907784..9fe6da8555e 100644 --- a/examples/Misc/test_sstring.cpp +++ b/examples/Misc/test_sstring.cpp @@ -1,6 +1,7 @@ // $Id$ #include "ace/SString.h" +#include "ace/Log_Msg.h" ACE_RCSID(Misc, test_sstring, "$Id$") |