From e942f5e28e7cbc22ba5d3486e108661ef6ceb19a Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 8 Oct 2021 20:38:30 +0900 Subject: [PATCH] Fix build failure --- macho/macho.h | 1 + 1 file changed, 1 insertion(+) diff --git a/macho/macho.h b/macho/macho.h index 09f3b9f6..414f4532 100644 --- a/macho/macho.h +++ b/macho/macho.h @@ -1,6 +1,7 @@ #pragma once #include +#include #include namespace mold::macho {