From 63cf3148cc3f60edf5c604a562ec95b40b8cb010 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 13 Sep 2024 15:01:29 -0400 Subject: Add multiprocessing.h to core.h * Remove multiprocessing.h from other files --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index 614a894..5011dea 100644 --- a/include/core.h +++ b/include/core.h @@ -22,6 +22,7 @@ #include "config.h" #include "core_mem.h" +#include "multiprocessing.h" #include "envctl.h" #include "template.h" #include "utils.h" -- cgit