#include #include void PD::Log(const std::string& txt) { std::cout << "[PD] " << txt << std::endl; }