#pragma once #include "filesystem_fs.h" #include namespace vcpkg { namespace Paragraphs { std::vector> get_paragraphs(const fs::path& control_path); std::vector> parse_paragraphs(const std::string& str); }}