Skip to content

Commit 397394f

Browse files
committed
Fixed missing header file inclusion on macos
1 parent 156373e commit 397394f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/sysinfo.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#if defined(_WIN32) || defined(_WIN64)
2121
#include <windows.h>
2222
#elif __APPLE__
23+
#include <mach-o/dyld.h>
2324
#include <sys/sysctl.h>
2425
#include <sys/utsname.h>
2526
#elif __linux__ || __unix__

0 commit comments

Comments
 (0)