diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-03 13:02:45 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-05-03 13:02:45 +0000 |
commit | 0ea0b5dada7ffad07b1f4de29a250808216444e6 (patch) | |
tree | c67d1ec2a349ec5219b716e213a614074a17ab6e /docs | |
parent | 8bf42e4e4ae568b8982acade3c5b4bc89d545504 (diff) | |
download | ATCD-0ea0b5dada7ffad07b1f4de29a250808216444e6.tar.gz |
ChangeLogTag: Fri May 3 08:00:55 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tutorials/012/work.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/tutorials/012/work.h b/docs/tutorials/012/work.h index 9523fe80b37..6ee772dede7 100644 --- a/docs/tutorials/012/work.h +++ b/docs/tutorials/012/work.h @@ -10,6 +10,8 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "ace/Log_Msg.h" + /* We'll start by defining a basic unit of work that can be put into the message queue. The threads in the pool will expect to find one |