Merge pull request #4732 from hashashin/bash-4.4.12
[feed/packages.git] / libs / boost / patches / 010-fiber_fix_0506e46640989e1f919388ad36890bd6063cd43a.patch
1 Index: boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
2 ===================================================================
3 --- boost_1_65_1.orig/libs/fiber/src/numa/linux/pin_thread.cpp
4 +++ boost_1_65_1/libs/fiber/src/numa/linux/pin_thread.cpp
5 @@ -9,6 +9,7 @@
6 extern "C" {
7 #include <pthread.h>
8 #include <sched.h>
9 +#include <string.h>
10 }
11
12 #include <system_error>