Skip to content
Snippets Groups Projects
Commit 698d16ed authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Include header redirecting namespace

parent 1f186a9e
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@
#pragma GCC diagnostic pop
#include <SimoxUtility/json.h>
#include "json/converters.h"
......@@ -7,13 +7,11 @@
#pragma GCC diagnostic pop
// Legacy overloads redirecting to Simox/math/json
// Do not add functions here, but add them to <SimoxUtility/json/converters.h>.
#include <SimoxUtility/json/converters.h>
namespace VirtualRobot
{
// Redirect namespace.
namespace json = simox::json;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment