Skip to content

Commit

Permalink
Fix include path (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoh authored Nov 2, 2021
1 parent f77f826 commit 144d3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MQTT/HomeAssistantDiscoveryClient.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <HomeAssistantDiscoveryClient.h>
#include <MiLightCommands.h>
#include <..\Helpers\Units.h>
#include <Units.h>

HomeAssistantDiscoveryClient::HomeAssistantDiscoveryClient(Settings& settings, MqttClient* mqttClient)
: settings(settings)
Expand Down

0 comments on commit 144d3f9

Please sign in to comment.