[ 
https://issues.apache.org/jira/browse/THRIFT-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hugo Mildenberger updated THRIFT-1936:
--------------------------------------

    Labels: patch  (was: )

diff --git a/lib/cpp/src/thrift/concurrency/FunctionRunner.h 
b/lib/cpp/src/thrift/concurrency/FunctionRunner.h
index f2162d6..e2c7700 100644
--- a/lib/cpp/src/thrift/concurrency/FunctionRunner.h
+++ b/lib/cpp/src/thrift/concurrency/FunctionRunner.h
@@ -21,7 +21,7 @@
 #define _THRIFT_CONCURRENCY_FUNCTION_RUNNER_H 1
 
 #include <tr1/functional>
-#include "thrift/lib/cpp/concurrency/Thread.h"
+#include "thrift/concurrency/Thread.h"
 
 namespace apache { namespace thrift { namespace concurrency {
 
                
> FunctionRunner.h -- uses wrong path for Thread.h when installed
> ---------------------------------------------------------------
>
>                 Key: THRIFT-1936
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1936
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.9
>         Environment: Gentoo Linux
>            Reporter: Hugo Mildenberger
>              Labels: patch
>
> The header thrift/concurrency/FunctionRunner.h uses #include 
> "thrift/lib/cpp/concurrency/Thread.h", thus pointing to a non-existant path 
> when installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to