X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Finclude%2Fcds_test%2Fthread.h;h=51fc399a200ca3157a06be83d2a96cbb681c60a4;hb=6924946ceeaae28bc227fe7c9d8e939963bb9d69;hp=fe9e925e3bdb39b6569640894435769497b4c092;hpb=2bb66f1d159d044d2c5dad0f0f968abcb6d53287;p=libcds.git diff --git a/test/include/cds_test/thread.h b/test/include/cds_test/thread.h index fe9e925e..51fc399a 100644 --- a/test/include/cds_test/thread.h +++ b/test/include/cds_test/thread.h @@ -31,7 +31,7 @@ #ifndef CDSTEST_THREAD_H #define CDSTEST_THREAD_H -#include +#include #include #include #include @@ -156,8 +156,8 @@ namespace cds_test { }; public: - explicit thread_pool( ::testing::Test& fixture ) - : m_fixture( fixture ) + explicit thread_pool( ::testing::Test& fx ) + : m_fixture( fx ) , m_bTimeElapsed( false ) {}