You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
373 B

Index: boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
===================================================================
--- 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
@@ -9,6 +9,7 @@
extern "C" {
#include <pthread.h>
#include <sched.h>
+#include <string.h>
}
#include <system_error>