Skip to content

Commit

Permalink
Add missing header for std::accumulate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Govostes committed Jan 14, 2023
1 parent 5bc8b2e commit 19a068f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rvio2/Tracker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* along with R-VIO2. If not, see <https://www.gnu.org/licenses/>.
*/

#include <numeric>

#include <opencv2/opencv.hpp>

#include <ros/package.h>
Expand Down
2 changes: 2 additions & 0 deletions src/rvio2/Updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
* along with R-VIO2. If not, see <https://www.gnu.org/licenses/>.
*/

#include <numeric>

#include "Updater.h"
#include "../util/numerics.h"

Expand Down

0 comments on commit 19a068f

Please sign in to comment.