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