소스 검색

cpu_manager: Add missing includes

Previously this header was relying on indirect inclusions that are no
longer satisfied.
Lioncash 6 년 전
부모
커밋
201514cb50
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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 {