summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorkobica <kobica@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-25 21:48:12 +0000
committerkobica <kobica@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-25 21:48:12 +0000
commit72840592d6e87ebe0bc358c87e4b9c1e7275a971 (patch)
tree47fb0a037f08c8e9b5e15af6e06134f61fbc6540 /apps
parent82e8e286345bddd2390eee969108b60467df5b26 (diff)
downloadATCD-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.h2
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"