From 525ce871d58a86f08c8f5a11fdc1e637adb7c2e5 Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:55:31 -0600 Subject: [PATCH] Add missing include --- src/binary/mach-o.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/binary/mach-o.cpp b/src/binary/mach-o.cpp index fdf73a5..2d1cdd3 100644 --- a/src/binary/mach-o.cpp +++ b/src/binary/mach-o.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include #include