Skip to content

Commit

Permalink
Fix json.hpp not found
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-tj committed May 19, 2023
1 parent fbadf57 commit 67d4218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/camera_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <ifm3d_ros2/buffer_id_utils.hpp>
#include <ifm3d_ros2/qos.hpp>

#include <ifm3d/contrib/nlohmann/json.hpp>
#include <ifm3d/device/json.hpp>

using json = ifm3d::json;
using namespace std::chrono_literals;
Expand Down

0 comments on commit 67d4218

Please sign in to comment.