#includes revision and housekeeping

Summary: related to T13767

Reviewers: ivica

Reviewed By: ivica

Subscribers: iljazovic, miljen

Differential Revision: https://repo.mireo.local/D31700
This commit is contained in:
Korina Šimičević
2024-10-08 09:59:35 +02:00
parent 0d9bb94db5
commit 4cbae1056b
68 changed files with 368 additions and 63 deletions

View File

@@ -8,6 +8,12 @@
#ifndef ASYNC_MQTT5_MQTT_CLIENT_HPP
#define ASYNC_MQTT5_MQTT_CLIENT_HPP
#include <memory>
#include <string>
#include <type_traits>
#include <variant> // std::monostate
#include <vector>
#include <boost/asio/async_result.hpp>
#include <boost/system/error_code.hpp>