2017-09-17 23:47:25 +00:00
|
|
|
Index: boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
|
2017-08-30 11:20:55 +00:00
|
|
|
===================================================================
|
2017-09-17 23:47:25 +00:00
|
|
|
--- boost_1_65_1.orig/libs/fiber/src/numa/linux/pin_thread.cpp
|
|
|
|
+++ boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
|
2017-08-30 11:20:55 +00:00
|
|
|
@@ -9,6 +9,7 @@
|
|
|
|
extern "C" {
|
|
|
|
#include <pthread.h>
|
|
|
|
#include <sched.h>
|
|
|
|
+#include <string.h>
|
|
|
|
}
|
|
|
|
|
|
|
|
#include <system_error>
|