From 0e2c3a130d3ca5b92888decd5a0def25e4700fbe Mon Sep 17 00:00:00 2001 From: Jeremy Rifkin <51220084+jeremy-rifkin@users.noreply.github.com> Date: Sun, 18 Aug 2024 12:11:20 -0500 Subject: [PATCH] Fix windows build --- src/symbols/symbols_with_dbghelp.cpp | 2 +- src/unwind/unwind_with_dbghelp.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/symbols/symbols_with_dbghelp.cpp b/src/symbols/symbols_with_dbghelp.cpp index 877f552..fed0651 100644 --- a/src/symbols/symbols_with_dbghelp.cpp +++ b/src/symbols/symbols_with_dbghelp.cpp @@ -2,7 +2,7 @@ #include #include "symbols/symbols.hpp" -#include "utils/dbghelp_syminit_manager.hpp" +#include "platform/dbghelp_syminit_manager.hpp" #include #include diff --git a/src/unwind/unwind_with_dbghelp.cpp b/src/unwind/unwind_with_dbghelp.cpp index 6a87273..bf74e7b 100644 --- a/src/unwind/unwind_with_dbghelp.cpp +++ b/src/unwind/unwind_with_dbghelp.cpp @@ -4,7 +4,7 @@ #include "unwind/unwind.hpp" #include "utils/common.hpp" #include "utils/utils.hpp" -#include "utils/dbghelp_syminit_manager.hpp" +#include "platform/dbghelp_syminit_manager.hpp" #include #include