commit | 12d705390d24359900256ceda15e00de4df4a6cd | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Wed Dec 14 23:35:28 2011 +0000 |
committer | Roger Meier <roger@apache.org> | Wed Dec 14 23:35:28 2011 +0000 |
tree | 62922ea60d20e328b29a907f9040f40c4da57553 | |
parent | a99027c708f3d920db68d72966e5bd221b7440e1 [diff] [blame] |
THRIFT-1461 Recent TNonblockingServer changes broke --enable-boostthreads=yes, Windows Patch: Alexandre Parenteau git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1214547 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/src/concurrency/ThreadManager.cpp b/lib/cpp/src/concurrency/ThreadManager.cpp index e56a9b5..b756bf1 100644 --- a/lib/cpp/src/concurrency/ThreadManager.cpp +++ b/lib/cpp/src/concurrency/ThreadManager.cpp
@@ -17,6 +17,10 @@ * under the License. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "ThreadManager.h" #include "Exception.h" #include "Monitor.h"