forked from bblanchon/ArduinoJson
Added namespace for the parser
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
|
||||
using namespace ArduinoJson::Parser;
|
||||
|
||||
namespace ArduinoJsonParserTests
|
||||
{
|
||||
|
Reference in New Issue
Block a user