#pragma once #include #include #define EXPORT __attribute__((visibility("default"))) namespace Reichwein::XML { EXPORT std::string plain_xml(const boost::property_tree::ptree& ptree); }