diff options
Diffstat (limited to 'examples/Misc/test_get_opt.cpp')
-rw-r--r-- | examples/Misc/test_get_opt.cpp | 1 |
1 files changed, 1 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$") |