Skip to content

Commit

Permalink
Fix mac and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-lidar committed Jul 31, 2024
1 parent b6a196e commit 462dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions tests/cartesian_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
#include <gtest/gtest.h>

#include <Eigen/Eigen>
#include <iomanip>
#include <numeric>
#include <random>
#include <iomanip>


#include "ouster/lidar_scan.h"
#include "util.h"
Expand Down
1 change: 1 addition & 0 deletions tests/parsing_benchmark_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <gtest/gtest.h>

#include <iomanip>
#include <numeric>
#include <random>

Expand Down

0 comments on commit 462dd69

Please sign in to comment.