Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary include of Eigen/src header #641

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

boscosiu
Copy link
Contributor

@boscosiu boscosiu commented Feb 10, 2025

We're already #include-ing Eigen/Core so it is unnecessary to also include Eigen/src/Core/util/Meta.h.

Including things from Eigen/src causes an error in build systems like Bazel which have strict inclusion checking of a dependency's public headers.

Related Issues & PRs

Summary of Changes

Deleted the unnecessary #include in ouster_client/src/image_processing.cpp

Validation

Invoked basic ouster_client CMake build.

@Samahu Samahu self-requested a review February 10, 2025 22:22
@Samahu Samahu merged commit 225053d into ouster-lidar:master Feb 12, 2025
0 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants