You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pr...@apache.org on 2006/03/13 12:57:01 UTC

svn commit: r385525 - /webservices/axis/trunk/c/include/axis/ISoapFault.hpp

Author: prestonf
Date: Mon Mar 13 03:56:59 2006
New Revision: 385525

URL: http://svn.apache.org/viewcvs?rev=385525&view=rev
Log:
Fixed:- "ISoapFault.hpp(36) : error C2871: 'std' : a namespace with this name does not exist".

Modified:
    webservices/axis/trunk/c/include/axis/ISoapFault.hpp

Modified: webservices/axis/trunk/c/include/axis/ISoapFault.hpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/include/axis/ISoapFault.hpp?rev=385525&r1=385524&r2=385525&view=diff
==============================================================================
--- webservices/axis/trunk/c/include/axis/ISoapFault.hpp (original)
+++ webservices/axis/trunk/c/include/axis/ISoapFault.hpp Mon Mar 13 03:56:59 2006
@@ -30,6 +30,7 @@
 #define _ISOAPFAULT_H____OF_AXIS_INCLUDED_
 
 #include <axis/GDefine.hpp>
+#include <iostream>
 
 AXIS_CPP_NAMESPACE_START