Author: henrique
Date: Mon Oct 29 21:55:46 2012
New Revision: 1403549
URL: http://svn.apache.org/viewvc?rev=1403549&view=rev
Log:
THRIFT-1744: Compilation failure under Android NDK toolchain
Client: C++ and Android NDK
Patch: Vlad Troyanker
include config.h
Modified:
thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp
Modified: thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp?rev=1403549&r1=1403548&r2=1403549&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TSocketPool.cpp Mon Oct 29
21:55:46 2012
@@ -17,6 +17,10 @@
* under the License.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <algorithm>
#include <iostream>