mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Use absolute instead of relative includes (fixes #1072)
This commit is contained in:
		| @@ -4,8 +4,9 @@ | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include "../Configuration.hpp" | ||||
| #include "../Operators/VariantOperators.hpp" | ||||
| #include <ArduinoJson/Configuration.hpp> | ||||
| #include <ArduinoJson/Operators/VariantOperators.hpp> | ||||
| #include <ArduinoJson/Variant/VariantTo.hpp> | ||||
|  | ||||
| #ifdef _MSC_VER | ||||
| #pragma warning(push) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user