Skip to content

Commit

Permalink
Add missing cassert header
Browse files Browse the repository at this point in the history
Fix build issue `error: ‘assert’ was not declared in this scope`
due to missing header "cassert" in the lidar_scan_impl.h or any included header
  • Loading branch information
SwiftGust authored Dec 20, 2024
1 parent 8495190 commit 6371a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ouster_client/include/ouster/impl/lidar_scan_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <Eigen/Core>
#include <cstdint>
#include <stdexcept>
#include <cassert>

#include "ouster/field.h"
#include "ouster/impl/packet_writer.h"
Expand Down

0 comments on commit 6371a5d

Please sign in to comment.