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

  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. #include <system_error>