Skip to content

Commit

Permalink
fix: include
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed May 14, 2024
1 parent a400be2 commit 78f7662
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cortex-cpp/utils/cortex_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
#include <winsock2.h>
#else
#include <dirent.h>
#include <unistd.h>
#endif

#if __APPLE__
#include <limits.h>
#include <mach-o/dyld.h>
#endif

namespace cortex_utils {
Expand Down

0 comments on commit 78f7662

Please sign in to comment.