--- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/base/asynctcpsocket.cc 2006-10-01 21:26:45 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/base/asynctcpsocket.cc 2008-12-02 19:59:38 +0300 @@ -25,6 +25,8 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include + #if defined(_MSC_VER) && _MSC_VER < 1300 #pragma warning(disable:4786) #endif --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/base/bytebuffer.cc 2006-10-01 21:26:45 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/base/bytebuffer.cc 2008-12-02 19:59:03 +0300 @@ -30,6 +30,7 @@ #include "talk/base/byteorder.h" #include #include +#include #if defined(_MSC_VER) && _MSC_VER < 1300 namespace std { --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/base/host.cc 2006-10-01 21:26:45 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/base/host.cc 2008-12-02 20:01:14 +0300 @@ -32,6 +32,7 @@ #include #include #include +#include #include #if defined(_MSC_VER) && _MSC_VER < 1300 --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/base/messagequeue.h 2006-10-01 21:26:45 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/base/messagequeue.h 2008-12-02 19:21:14 +0300 @@ -35,6 +35,7 @@ #include #include #include +#include namespace cricket { --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/base/physicalsocketserver.cc 2006-10-01 21:26:45 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/base/physicalsocketserver.cc 2008-12-02 19:58:05 +0300 @@ -30,6 +30,9 @@ #endif #include +#include +#include +#include #ifdef POSIX extern "C" { @@ -59,8 +62,6 @@ extern "C" { #include #undef SetPort -#include -#include class WinsockInitializer { public: --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/base/socketadapters.cc 2006-10-01 21:26:45 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/base/socketadapters.cc 2008-12-02 20:00:29 +0300 @@ -29,7 +29,8 @@ #pragma warning(disable:4786) #endif -#include +#include +#include #ifdef WIN32 #include --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/p2p/base/stun.cc 2006-10-01 21:26:44 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/p2p/base/stun.cc 2008-12-02 20:01:42 +0300 @@ -29,6 +29,7 @@ #include "talk/p2p/base/stun.h" #include #include +#include #if defined(_MSC_VER) && _MSC_VER < 1300 namespace std { --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/p2p/base/stunserver.cc 2006-10-01 21:26:44 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/p2p/base/stunserver.cc 2008-12-02 20:05:06 +0300 @@ -25,9 +25,11 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +#include + #include "talk/base/bytebuffer.h" #include "talk/p2p/base/stunserver.h" -#include #ifdef POSIX extern "C" { --- kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle~/talk/xmpp/xmpppassword.h 2006-10-01 21:26:45 +0400 +++ kdenetwork-3.5.10/kopete/protocols/jabber/jingle/libjingle/talk/xmpp/xmpppassword.h 2008-12-02 20:02:50 +0300 @@ -28,6 +28,8 @@ #ifndef _XMPPPASSWORD_H_ #define _XMPPPASSWORD_H_ +#include + #include "talk/base/linked_ptr.h" #include "talk/base/scoped_ptr.h"