#pragma once #include #include namespace vcpkg { namespace Paragraphs { namespace fs = std::tr2::sys; std::vector> get_paragraphs(const fs::path& control_path); std::vector> parse_paragraphs(const std::string& str); }}