mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <unsupported/Eigen/MatrixFunctions>
|
||||
|
||||
#include "frc/EigenCore.h"
|
||||
#include "units/time.h"
|
||||
#include "unsupported/Eigen/MatrixFunctions"
|
||||
|
||||
namespace frc {
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
#include "Eigen/Core"
|
||||
#include <Eigen/Core>
|
||||
|
||||
#include "units/time.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
Reference in New Issue
Block a user