From 462dd69a23621db80518f657b351e6df3c3ce6b2 Mon Sep 17 00:00:00 2001 From: Matthew Bries Date: Wed, 31 Jul 2024 11:51:11 -0700 Subject: [PATCH] Fix mac and lint --- tests/cartesian_test.cpp | 3 +-- tests/parsing_benchmark_test.cpp | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cartesian_test.cpp b/tests/cartesian_test.cpp index 48bbe331..0f467418 100644 --- a/tests/cartesian_test.cpp +++ b/tests/cartesian_test.cpp @@ -6,10 +6,9 @@ #include #include +#include #include #include -#include - #include "ouster/lidar_scan.h" #include "util.h" diff --git a/tests/parsing_benchmark_test.cpp b/tests/parsing_benchmark_test.cpp index cc6fca90..e531d864 100644 --- a/tests/parsing_benchmark_test.cpp +++ b/tests/parsing_benchmark_test.cpp @@ -5,6 +5,7 @@ #include +#include #include #include