Skip to content

Commit

Permalink
add c++ includes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDizzy committed Mar 7, 2024
1 parent 9aa9020 commit 6e9029f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#include <wpi/SymbolExports.h>

#include "units/length.h"
#include "frc/kinematics/proto/DifferentialDriveWheelPositionsProto.h"

Check failure on line 11 in wpimath/src/main/native/include/frc/kinematics/DifferentialDriveWheelPositions.h

View workflow job for this annotation

GitHub Actions / Build - Windows

Cannot open include file: 'frc/kinematics/proto/DifferentialDriveWheelPositionsProto.h': No such file or directory
#include "frc/kinematics/struct/DifferentialDriveWheelPositionsStruct.h"

namespace frc {
/**
Expand Down

0 comments on commit 6e9029f

Please sign in to comment.