Skip to content

Commit

Permalink
Merge pull request #17 from sam-tj/humble
Browse files Browse the repository at this point in the history
Fix json.hpp not found
  • Loading branch information
lola-masson authored May 24, 2023
2 parents fbadf57 + 67d4218 commit be74c08
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 be74c08

Please sign in to comment.