From 201514cb507257630b290000b8ea894f5403ce2f Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 16 Jul 2020 13:22:55 -0400 Subject: cpu_manager: Add missing includes Previously this header was relying on indirect inclusions that are no longer satisfied. --- src/core/cpu_manager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/cpu_manager.h') diff --git a/src/core/cpu_manager.h b/src/core/cpu_manager.h index 35929ed94..d685674bb 100644 --- a/src/core/cpu_manager.h +++ b/src/core/cpu_manager.h @@ -9,6 +9,9 @@ #include #include #include + +#include "common/fiber.h" +#include "common/thread.h" #include "core/hardware_properties.h" namespace Common { -- cgit v1.2.3