summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Numbers/parseNumber.hpp
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-05-12 09:26:23 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-05-12 09:26:23 +0200
commit789986a05bd03935f1c344dc03ffaff36c8e7cdb (patch)
tree65b308c6705110aeb7853a10e44e0e6d7de6ed49 /include/lib/ArduinoJson/Numbers/parseNumber.hpp
parent39895a677e5d370824e702cfe90ebc67737b8482 (diff)
Make ArduinoJson work with MSP430 headers
Diffstat (limited to 'include/lib/ArduinoJson/Numbers/parseNumber.hpp')
-rw-r--r--include/lib/ArduinoJson/Numbers/parseNumber.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/lib/ArduinoJson/Numbers/parseNumber.hpp b/include/lib/ArduinoJson/Numbers/parseNumber.hpp
index cf050c7..54395ea 100644
--- a/include/lib/ArduinoJson/Numbers/parseNumber.hpp
+++ b/include/lib/ArduinoJson/Numbers/parseNumber.hpp
@@ -4,14 +4,14 @@
#pragma once
-#include <ArduinoJson/Numbers/FloatTraits.hpp>
-#include <ArduinoJson/Numbers/convertNumber.hpp>
-#include <ArduinoJson/Polyfills/assert.hpp>
-#include <ArduinoJson/Polyfills/ctype.hpp>
-#include <ArduinoJson/Polyfills/math.hpp>
-#include <ArduinoJson/Polyfills/type_traits.hpp>
-#include <ArduinoJson/Variant/Converter.hpp>
-#include <ArduinoJson/Variant/VariantData.hpp>
+#include "lib/ArduinoJson/Numbers/FloatTraits.hpp"
+#include "lib/ArduinoJson/Numbers/convertNumber.hpp"
+#include "lib/ArduinoJson/Polyfills/assert.hpp"
+#include "lib/ArduinoJson/Polyfills/ctype.hpp"
+#include "lib/ArduinoJson/Polyfills/math.hpp"
+#include "lib/ArduinoJson/Polyfills/type_traits.hpp"
+#include "lib/ArduinoJson/Variant/Converter.hpp"
+#include "lib/ArduinoJson/Variant/VariantData.hpp"
namespace ARDUINOJSON_NAMESPACE {