mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[wpimath] Add folder prefix to geometry includes (#5489)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <wpi/SymbolExports.h>
|
||||
|
||||
#include "Translation2d.h"
|
||||
#include "frc/geometry/Translation2d.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
@@ -112,4 +112,4 @@ class WPILIB_DLLEXPORT Transform2d {
|
||||
};
|
||||
} // namespace frc
|
||||
|
||||
#include "Transform2d.inc"
|
||||
#include "frc/geometry/Transform2d.inc"
|
||||
|
||||
Reference in New Issue
Block a user