commit | e39e9379119b99c2bad7613b8cd32c11482b9558 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | Thu May 01 05:52:48 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | Thu May 01 05:52:48 2008 +0000 |
tree | 9247055d9281c2092c68306010ee529bc9022e52 | |
parent | 64120001437477569524be5cfc1f5054b27ee807 [diff] [blame] |
Remove a few unnecessary includes to speed up compiles. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665673 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/transport/TSocket.cpp b/lib/cpp/src/transport/TSocket.cpp index 6a16664..3566253 100644 --- a/lib/cpp/src/transport/TSocket.cpp +++ b/lib/cpp/src/transport/TSocket.cpp
@@ -15,6 +15,7 @@ #include <unistd.h> #include <errno.h> #include <fcntl.h> +#include <sstream> #include "concurrency/Monitor.h" #include "TSocket.h"