From: Adam Tkac Date: Wed, 19 Mar 2008 16:14:48 +0000 (+0000) Subject: Added some missing #includes whose prevent build source with gcc 4.3 X-Git-Tag: v0.0.90~384^2~56 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=04b7fd245b3de52ce8778475c871607d10228651;p=tigervnc.git Added some missing #includes whose prevent build source with gcc 4.3 git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2431 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/common/network/TcpSocket.cxx b/common/network/TcpSocket.cxx index 3212ace7..5dd24287 100644 --- a/common/network/TcpSocket.cxx +++ b/common/network/TcpSocket.cxx @@ -37,6 +37,7 @@ #include #endif +#include #include #include #include diff --git a/common/rfb/CapsContainer.cxx b/common/rfb/CapsContainer.cxx index a64a5248..2b569761 100644 --- a/common/rfb/CapsContainer.cxx +++ b/common/rfb/CapsContainer.cxx @@ -22,6 +22,7 @@ // #include +#include using namespace rfb; diff --git a/unix/tx/TXImage.cxx b/unix/tx/TXImage.cxx index 5fa68288..95cd2b70 100644 --- a/unix/tx/TXImage.cxx +++ b/unix/tx/TXImage.cxx @@ -21,6 +21,7 @@ #include +#include #include #include #include diff --git a/unix/vncviewer/vncviewer.cxx b/unix/vncviewer/vncviewer.cxx index 0d732fff..e419c78b 100644 --- a/unix/vncviewer/vncviewer.cxx +++ b/unix/vncviewer/vncviewer.cxx @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include diff --git a/unix/x0vncserver/Image.cxx b/unix/x0vncserver/Image.cxx index 12da5495..f998c6a5 100644 --- a/unix/x0vncserver/Image.cxx +++ b/unix/x0vncserver/Image.cxx @@ -21,6 +21,7 @@ // #include +#include #include #ifdef HAVE_MITSHM