Global destructor clean-ups and python test fixes
[invirt/third/libt4.git] / rpc / thr_pool.h
index a864784..9525032 100644 (file)
@@ -18,7 +18,7 @@ class thread_pool {
         bool blockadd_;
 
         fifo<job_t> jobq_;
-        vector<thread> th_;
+        std::vector<thread> th_;
 
         void do_worker();
 };