From 04b7fd245b3de52ce8778475c871607d10228651 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 19 Mar 2008 16:14:48 +0000 Subject: [PATCH] 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 --- common/network/TcpSocket.cxx | 1 + common/rfb/CapsContainer.cxx | 1 + unix/tx/TXImage.cxx | 1 + unix/vncviewer/vncviewer.cxx | 1 + unix/x0vncserver/Image.cxx | 1 + 5 files changed, 5 insertions(+) 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 -- 2.39.5