This commit updates the boost libraries to version 1.65.1 This new version is a bug-fix update for Boost 1.65.0, so no new libraries. As always, more information about this release can be found in [1]. [1]: http://www.boost.org/users/history/version_1_65_1.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
12 lines
373 B
Diff
12 lines
373 B
Diff
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>
|