#pragma once #include namespace MqttUtils { bool topic_matches(const std::string& filter, const std::string& topic); }