From 71c2af04ecdb0831f5ff9755ad2056b047709383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Tue, 22 Nov 2022 15:03:01 +0100 Subject: [PATCH] why is this working on pio/windows? --- src/mqtt/MQTT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mqtt/MQTT.cpp b/src/mqtt/MQTT.cpp index 663ef6912..97d874677 100644 --- a/src/mqtt/MQTT.cpp +++ b/src/mqtt/MQTT.cpp @@ -12,7 +12,7 @@ #include #endif #include -#include "json.h" +#include "mqtt/JSON.h" MQTT *mqtt;