Fixed compilation error

This commit is contained in:
Stephan Hadinger 2020-05-22 23:05:55 +02:00
parent 45b83a8c77
commit 6154fd1015
1 changed files with 1 additions and 1 deletions

View File

@ -1939,7 +1939,7 @@ String escapeJSONString(const char *str) {
#if defined(USE_RULES_COMPRESSION) || defined(USE_SCRIPT_COMPRESSION) #if defined(USE_RULES_COMPRESSION) || defined(USE_SCRIPT_COMPRESSION)
#include <Unishox.h> #include <unishox.h>
Unishox compressor; Unishox compressor;