mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
|
||||
#include <concepts>
|
||||
|
||||
#include <Eigen/Core>
|
||||
#include <Eigen/SparseCore>
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "Eigen/Core"
|
||||
#include "Eigen/SparseCore"
|
||||
|
||||
/**
|
||||
* Formatter for classes derived from Eigen::MatrixBase<Derived> or
|
||||
* Eigen::SparseCompressedBase<Derived>.
|
||||
|
||||
Reference in New Issue
Block a user