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/MsgPack/endianess.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/lib/ArduinoJson/MsgPack/endianess.hpp') diff --git a/include/lib/ArduinoJson/MsgPack/endianess.hpp b/include/lib/ArduinoJson/MsgPack/endianess.hpp index 74f7e9d..bd42a45 100644 --- a/include/lib/ArduinoJson/MsgPack/endianess.hpp +++ b/include/lib/ArduinoJson/MsgPack/endianess.hpp @@ -4,8 +4,8 @@ #pragma once -#include -#include +#include "lib/ArduinoJson/Polyfills/type_traits.hpp" +#include "lib/ArduinoJson/Polyfills/utility.hpp" namespace ARDUINOJSON_NAMESPACE { -- cgit v1.2.3