Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Mar 16, 2024
1 parent ffca1a2 commit e4b297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ std::tuple<double, double> process_mem_usage()

#if defined(__APPLE__)

#include "memory_utils.hpp"
#include "loki/utils/memory.hpp"

#include <mach/mach.h>

Expand Down

0 comments on commit e4b297f

Please sign in to comment.