summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-09-17 18:55:07 +0000
committerSteve Huston <shuston@riverace.com>2004-09-17 18:55:07 +0000
commit6805a69a62772a508d6c63cf523214d6c87edf32 (patch)
tree0373e5acc039999e35ac187a1a0ff3827ec4223e /apps
parent3893c100a328030eb00d7c68a9bbd7a46ab94db3 (diff)
downloadATCD-6805a69a62772a508d6c63cf523214d6c87edf32.tar.gz
ChangeLogTag:Wed Sep 1 17:16:29 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/clients/Caching/http_client.cpp1
-rw-r--r--apps/JAWS/clients/Caching/http_handler.cpp1
-rw-r--r--apps/JAWS/server/IO.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/apps/JAWS/clients/Caching/http_client.cpp b/apps/JAWS/clients/Caching/http_client.cpp
index afbc38a2513..558e0ca15ee 100644
--- a/apps/JAWS/clients/Caching/http_client.cpp
+++ b/apps/JAWS/clients/Caching/http_client.cpp
@@ -18,6 +18,7 @@
// ============================================================================
#include "ace/OS_NS_stdio.h"
+#include "ace/OS_NS_string.h"
#include "ace/os_include/os_ctype.h"
#include "http_handler.h"
diff --git a/apps/JAWS/clients/Caching/http_handler.cpp b/apps/JAWS/clients/Caching/http_handler.cpp
index 0d879af7173..d9f626c4d7f 100644
--- a/apps/JAWS/clients/Caching/http_handler.cpp
+++ b/apps/JAWS/clients/Caching/http_handler.cpp
@@ -13,6 +13,7 @@
//
// ============================================================================
+#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
#include "ace/Filecache.h"
#include "http_handler.h"
diff --git a/apps/JAWS/server/IO.cpp b/apps/JAWS/server/IO.cpp
index 63267987b81..1cd84ba918f 100644
--- a/apps/JAWS/server/IO.cpp
+++ b/apps/JAWS/server/IO.cpp
@@ -4,6 +4,7 @@
#include "ace/OS_NS_sys_uio.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/Message_Block.h"
+#include "ace/Min_Max.h"
#include "ace/SOCK_Stream.h"
#include "ace/Filecache.h"
#include "IO.h"