#ifndef PE_HPP #define PE_HPP #include "platform/platform.hpp" #include "utils/utils.hpp" #if IS_WINDOWS #include #include namespace cpptrace { namespace detail { Result pe_get_module_image_base(const std::string& object_path); } } #endif #endif