Procházet zdrojové kódy

cpu_manager: Add missing includes

Previously this header was relying on indirect inclusions that are no
longer satisfied.
Lioncash před 6 roky
rodič
revize
201514cb50
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      src/core/cpu_manager.h

+ 3 - 0
src/core/cpu_manager.h

@@ -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 {