Skip to content

Commit

Permalink
Fix missing #include <cmath>
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Jan 29, 2022
1 parent f4c035b commit d211bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openvslam/feature/orb_params.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "openvslam/feature/orb_params.h"

#include <nlohmann/json.hpp>
#include <cmath>
#include <iostream>

namespace openvslam {
Expand Down

0 comments on commit d211bc4

Please sign in to comment.