From 474d26cea8ad31e77722f81ba801b2c29783e947 Mon Sep 17 00:00:00 2001 From: Hisham Date: Sun, 14 Feb 2016 19:57:29 -0200 Subject: Portable affinity using hwloc --- ProcessList.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index f96481ea..572d4843 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -16,6 +16,10 @@ in the source distribution for its full text. #include "Process.h" #include "Settings.h" +#ifdef HAVE_LIBHWLOC +#include +#endif + #ifndef MAX_NAME #define MAX_NAME 128 #endif -- cgit v1.2.3