forked from bblanchon/ArduinoJson
Moved JsonValue to namespace ArduinoJson::Generator
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include "JsonValue.h"
|
||||
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
using namespace ArduinoJson::Generator;
|
||||
using namespace ArduinoJson::Internals;
|
||||
|
||||
namespace JsonGeneratorTests
|
||||
|
Reference in New Issue
Block a user