Skip to content

Commit

Permalink
fix compile error when EMC_MULTIPLE_CALLBACKS 1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
serek4 authored Jun 3, 2024
1 parent 70d3113 commit 2a70d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MqttClientSetup.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ the LICENSE file.

#pragma once

#include "MqttClient.h"

#if EMC_MULTIPLE_CALLBACKS
#include <list>
#include <utility>
#endif

#include "MqttClient.h"

template <typename T>
class MqttClientSetup : public MqttClient {
public:
Expand Down

0 comments on commit 2a70d19

Please sign in to comment.