summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Polyfills/static_array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib/ArduinoJson/Polyfills/static_array.hpp')
-rw-r--r--include/lib/ArduinoJson/Polyfills/static_array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lib/ArduinoJson/Polyfills/static_array.hpp b/include/lib/ArduinoJson/Polyfills/static_array.hpp
index a877b4c..c9a53ec 100644
--- a/include/lib/ArduinoJson/Polyfills/static_array.hpp
+++ b/include/lib/ArduinoJson/Polyfills/static_array.hpp
@@ -4,11 +4,11 @@
#pragma once
-#include <ArduinoJson/Configuration.hpp>
+#include "lib/ArduinoJson/Configuration.hpp"
#if ARDUINOJSON_ENABLE_PROGMEM
-#include <ArduinoJson/Polyfills/pgmspace_generic.hpp>
+#include "lib/ArduinoJson/Polyfills/pgmspace_generic.hpp"
#ifndef ARDUINOJSON_DEFINE_STATIC_ARRAY
#define ARDUINOJSON_DEFINE_STATIC_ARRAY(type, name, value) \