Skip to content

Commit 3024863

Browse files
committed
JSON file moved
1 parent f75b4e9 commit 3024863

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

include/behaviortree_cpp/json_export.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "behaviortree_cpp/blackboard.h"
55

66
// Use the version nlohmann::json embedded in BT.CPP
7-
#include "behaviortree_cpp/utils/json.hpp"
7+
#include "behaviortree_cpp/contrib/json.hpp"
88

99
namespace BT
1010
{

include/behaviortree_cpp/loggers/groot2_protocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <condition_variable>
1010
#include <mutex>
1111
#include "behaviortree_cpp/basic_types.h"
12-
#include "behaviortree_cpp/utils/json.hpp"
12+
#include "behaviortree_cpp/contrib/json.hpp"
1313

1414
namespace BT::Monitor {
1515

0 commit comments

Comments
 (0)