THRIFT-1744: Compilation failure under Android NDK toolchain
authorHenrique Mendonca <henrique@apache.org>
Mon, 29 Oct 2012 21:55:46 +0000 (21:55 +0000)
committerHenrique Mendonca <henrique@apache.org>
Mon, 29 Oct 2012 21:55:46 +0000 (21:55 +0000)
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

lib/cpp/src/thrift/transport/TSocketPool.cpp

index 03764c2..6bca4db 100644 (file)
  * under the License.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <algorithm>
 #include <iostream>