summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Caching/http_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/clients/Caching/http_handler.h')
-rw-r--r--apps/JAWS/clients/Caching/http_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/clients/Caching/http_handler.h b/apps/JAWS/clients/Caching/http_handler.h
index 83bab4811d5..3922c1ab857 100644
--- a/apps/JAWS/clients/Caching/http_handler.h
+++ b/apps/JAWS/clients/Caching/http_handler.h
@@ -22,6 +22,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Connector.h"
+#include "ace/Svc_Handler.h"
class HTTP_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
// = TITLE
@@ -78,4 +79,3 @@ private:
// Factory that actively establishes a connection with an HTTP
// server.
};
-