cpu_manager: Add missing includes

Previously this header was relying on indirect inclusions that are no
longer satisfied.
This commit is contained in:
Lioncash 2020-07-16 13:22:55 -04:00
parent 97f40e32b5
commit 7f032388fd

View file

@ -9,6 +9,9 @@
#include <functional>
#include <memory>
#include <thread>
#include "common/fiber.h"
#include "common/thread.h"
#include "core/hardware_properties.h"
namespace Common {