From 6154fd1015104dbdfbf885a5c9e3fe94384979fd Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 22 May 2020 23:05:55 +0200 Subject: [PATCH] Fixed compilation error --- tasmota/support.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/support.ino b/tasmota/support.ino index a053b6c34..f43a40569 100644 --- a/tasmota/support.ino +++ b/tasmota/support.ino @@ -1939,7 +1939,7 @@ String escapeJSONString(const char *str) { #if defined(USE_RULES_COMPRESSION) || defined(USE_SCRIPT_COMPRESSION) -#include +#include Unishox compressor;