#ifndef CPPTRACE_FULL_TRACE_HPP #define CPPTRACE_FULL_TRACE_HPP #include #include "../platform/cpptrace_common.hpp" #include #include namespace cpptrace { namespace detail { CPPTRACE_FORCE_NO_INLINE std::vector generate_trace(size_t skip); } } #endif