ソースを参照

fix missing include

Samuel Thibault 6 年 前
コミット
eb72b47510
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/core/workers.h

+ 1 - 0
src/core/workers.h

@@ -31,6 +31,7 @@
 #include <common/timing.h>
 #include <common/fxt.h>
 #include <common/thread.h>
+#include <common/utils.h>
 #include <core/jobs.h>
 #include <core/perfmodel/perfmodel.h>
 #include <core/sched_policy.h>