summaryrefslogtreecommitdiff
path: root/ACE/websvcs
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-09-01 13:10:27 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-09-01 13:10:27 +0000
commit547f56abc6af7541d87bd9caaef086b038d7a9a1 (patch)
tree2a91ca1d2f5faab844bddc49ac1c5c76b08939cb /ACE/websvcs
parent7d0620fa1798b11b7150750606040bd494a1a813 (diff)
downloadATCD-547f56abc6af7541d87bd9caaef086b038d7a9a1.tar.gz
Sun Sep 1 13:08:59 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* ASNMP/agent/main.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/ICMP_Socket.cpp: * ace/OS_NS_string.cpp: * ace/WIN32_Asynch_IO.cpp: * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.cpp: * examples/Shared_Malloc/test_persistence.cpp: * netsvcs/lib/TS_Clerk_Handler.cpp: * tests/ACE_Init_Test.cpp: * tests/MM_Shared_Memory_Test.cpp: * tests/Mem_Map_Test.cpp: * tests/Naming_Test.cpp: * tests/Object_Manager_Flipping_Test.cpp: * tests/Object_Manager_Test.cpp: * tests/Process_Strategy_Test.cpp: * tests/Process_Test.cpp: * tests/Time_Service_Test.cpp: * websvcs/lib/URL_Addr.cpp: Add in the required explicit header includes.
Diffstat (limited to 'ACE/websvcs')
-rw-r--r--ACE/websvcs/lib/URL_Addr.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ACE/websvcs/lib/URL_Addr.cpp b/ACE/websvcs/lib/URL_Addr.cpp
index 47e210c7b19..1b52fc51c73 100644
--- a/ACE/websvcs/lib/URL_Addr.cpp
+++ b/ACE/websvcs/lib/URL_Addr.cpp
@@ -6,12 +6,11 @@
#include "URL_Addr.inl"
#endif /* __ACE_INLINE__ */
+#include "ace/Global_Macros.h"
#include "ace/OS_Memory.h"
#include "ace/OS_NS_strings.h"
#include "ace/OS_NS_stdio.h"
-
-
static ACE_TCHAR http[] = ACE_TEXT ("http:");
static size_t http_size = sizeof(http)/sizeof(http[0]) - 1;
static ACE_TCHAR ftp[] = ACE_TEXT ("ftp:");