Created
July 7, 2019 14:50
-
-
Save yumetodo/e425d3e5db2342335c77fcd0047237d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Source/cmAffinity.cxx 2019-07-07 23:36:47.702310000 +0900 | |
+++ Source/cmAffinity.cxx 2019-07-07 23:36:50.924838300 +0900 | |
@@ -3,7 +3,7 @@ | |
#include "cmAffinity.h" | |
#include "cm_uv.h" | |
- | |
+#include <string.h> | |
#ifndef CMAKE_USE_SYSTEM_LIBUV | |
# ifdef _WIN32 | |
# define CM_HAVE_CPU_AFFINITY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment