mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpimath] Add stdexcept include for std::invalid_argument (IWYU) (#4274)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#include <frc/fmt/Eigen.h>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
#include "Eigen/Cholesky"
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <frc/fmt/Eigen.h>
|
||||
|
||||
#include <cmath>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
#include "Eigen/Cholesky"
|
||||
|
||||
Reference in New Issue
Block a user