diff options
author | kobica <kobica@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-25 21:48:12 +0000 |
---|---|---|
committer | kobica <kobica@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-25 21:48:12 +0000 |
commit | 72840592d6e87ebe0bc358c87e4b9c1e7275a971 (patch) | |
tree | 47fb0a037f08c8e9b5e15af6e06134f61fbc6540 /apps | |
parent | 82e8e286345bddd2390eee969108b60467df5b26 (diff) | |
download | ATCD-72840592d6e87ebe0bc358c87e4b9c1e7275a971.tar.gz |
Added #include "ace/Singleton.h" and
#include "ace/Synch_Traits.h"
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS3/jaws3/IO.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/JAWS3/jaws3/IO.h b/apps/JAWS3/jaws3/IO.h index 03dc1a84d8f..9c71702105b 100644 --- a/apps/JAWS3/jaws3/IO.h +++ b/apps/JAWS3/jaws3/IO.h @@ -6,6 +6,8 @@ #include "ace/OS.h" #include "ace/Message_Block.h" +#include "ace/Singleton.h" +#include "ace/Synch_Traits.h" #include "jaws3/Export.h" |