From 789986a05bd03935f1c344dc03ffaff36c8e7cdb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 12 May 2021 09:26:23 +0200 Subject: Make ArduinoJson work with MSP430 headers --- include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp') diff --git a/include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp b/include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp index 8708112..6c24bf3 100644 --- a/include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp +++ b/include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp @@ -4,7 +4,7 @@ #pragma once -#include +#include "lib/ArduinoJson/Namespace.hpp" namespace ARDUINOJSON_NAMESPACE { -- cgit v1.2.3