Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-08-03 23:40:15 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-08-03 23:40:15 +0300
commitc0e00649e34f1d082b22d91938508c6c45909d49 (patch)
treeba21ad931e4de2d39ebf2a10d0422d8bb2a2ad67
parent8ead37a610a7f0424fccb1cca91f1ebeb55485a5 (diff)
Add missing header on Mac OS.
-rw-r--r--include/llfio/v2.0/detail/impl/posix/utils.ipp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llfio/v2.0/detail/impl/posix/utils.ipp b/include/llfio/v2.0/detail/impl/posix/utils.ipp
index 4a1649b7..7ce017a2 100644
--- a/include/llfio/v2.0/detail/impl/posix/utils.ipp
+++ b/include/llfio/v2.0/detail/impl/posix/utils.ipp
@@ -37,6 +37,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <mach/processor_info.h>
#include <mach/task.h>
#include <mach/task_info.h>
+#include <mach/vm_map.h>
#endif
LLFIO_V2_NAMESPACE_BEGIN