Replacement for PR #1087

This commit is contained in:
XMRig 2019-07-31 09:29:09 +07:00
parent 962f0cdd8e
commit c138161ee2
2 changed files with 21 additions and 1 deletions

View file

@ -28,6 +28,10 @@
#ifdef XMRIG_FEATURE_HWLOC
# include <hwloc.h>
# include "backend/cpu/platform/HwlocCpuInfo.h"
#
# if HWLOC_API_VERSION < 0x00010b00
# define HWLOC_OBJ_NUMANODE HWLOC_OBJ_NODE
# endif
#endif