So many changes. Broken.
[invirt/third/libt4.git] / rpc / thread_pool.cc
index 2c4ab06..1c104d8 100644 (file)
@@ -1,4 +1,4 @@
-#include "thread_pool.h"
+#include "include/rpc/thread_pool.h"
 
 thread_pool::thread_pool(size_t sz) : th_(sz) {
     for (auto & t : th_)