Skip to content

Commit 8a3463a

Browse files
committed
Fix build.
1 parent baa796b commit 8a3463a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Common/Cpp/CpuUtilization/CpuUtilization_Linux.tpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
#include <sched.h>
1212
#include "CpuUtilization_Linux.h"
1313

14+
#if defined(__APPLE__)
15+
#include <libproc.h>
16+
#endif
17+
1418
namespace PokemonAutomation{
1519

1620

0 commit comments

Comments
 (0)