From 3e46d2a570ffeb20e7fb8c6ebf7724a0a0be3726 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:05:31 -0600 Subject: [PATCH] Fix typo --- src/utils/dwarf.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/dwarf.hpp b/src/utils/dwarf.hpp index d682418..8b2b038 100644 --- a/src/utils/dwarf.hpp +++ b/src/utils/dwarf.hpp @@ -14,7 +14,7 @@ #include #else #ifdef __has_include - #ifdef __has_include() + #if __has_include() #include #include #else