commit | 36ae65cf2e2c05b6998f1609f5ee9b2da8dbdcfd | [log] [tgz] |
---|---|---|
author | Henrique Mendonca <henrique@apache.org> | Mon Oct 29 21:55:46 2012 +0000 |
committer | Henrique Mendonca <henrique@apache.org> | Mon Oct 29 21:55:46 2012 +0000 |
tree | d6814e39c9cdafd864939e0057726b39017f8e0f | |
parent | 1d66d061b7c513d3e50ad1f3ed346437d213f6d1 [diff] |
THRIFT-1744: Compilation failure under Android NDK toolchain Client: C++ and Android NDK Patch: Vlad Troyanker include config.h git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1403549 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/thrift/transport/TSocketPool.cpp b/lib/cpp/src/thrift/transport/TSocketPool.cpp index 03764c2..6bca4db 100644 --- a/lib/cpp/src/thrift/transport/TSocketPool.cpp +++ b/lib/cpp/src/thrift/transport/TSocketPool.cpp
@@ -17,6 +17,10 @@ * under the License. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <algorithm> #include <iostream>