From c614131c81011cb0f2467d8d0a0bc08b43bb5761 Mon Sep 17 00:00:00 2001 From: Pengfei Date: Tue, 6 Jul 2021 17:40:04 +0800 Subject: [PATCH] Fix macos build --- src/core/inner_fat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/inner_fat.hpp b/src/core/inner_fat.hpp index 1722aec..dd80ba5 100644 --- a/src/core/inner_fat.hpp +++ b/src/core/inner_fat.hpp @@ -130,7 +130,7 @@ struct FullHeaderInternal2 { } // namespace detail template -using FullHeader = detail::FullHeaderInternal2::Type; +using FullHeader = typename detail::FullHeaderInternal2::Type; template